Class PlaceableSurfaceSystem
Inheritance
System.Object
PlaceableSurfaceSystem
Assembly: Content.Shared.dll
Syntax
public sealed class PlaceableSurfaceSystem : EntitySystem
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
SetPlaceable(EntityUid, Boolean, PlaceableSurfaceComponent)
Declaration
public void SetPlaceable(EntityUid uid, bool isPlaceable, PlaceableSurfaceComponent surface = null)
Parameters
|
Improve this Doc
View Source
SetPlaceCentered(EntityUid, Boolean, PlaceableSurfaceComponent)
Declaration
public void SetPlaceCentered(EntityUid uid, bool placeCentered, PlaceableSurfaceComponent surface = null)
Parameters
|
Improve this Doc
View Source
SetPositionOffset(EntityUid, Vector2, PlaceableSurfaceComponent)
Declaration
public void SetPositionOffset(EntityUid uid, Vector2 offset, PlaceableSurfaceComponent surface = null)
Parameters