Show / Hide Table of Contents

Class PlaceableSurfaceSystem

Inheritance
System.Object
PlaceableSurfaceSystem
Namespace: Content.Shared.Placeable
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
Type Name Description
EntityUid uid
System.Boolean isPlaceable
PlaceableSurfaceComponent surface
| Improve this Doc View Source

SetPlaceCentered(EntityUid, Boolean, PlaceableSurfaceComponent)

Declaration
public void SetPlaceCentered(EntityUid uid, bool placeCentered, PlaceableSurfaceComponent surface = null)
Parameters
Type Name Description
EntityUid uid
System.Boolean placeCentered
PlaceableSurfaceComponent surface
| Improve this Doc View Source

SetPositionOffset(EntityUid, Vector2, PlaceableSurfaceComponent)

Declaration
public void SetPositionOffset(EntityUid uid, Vector2 offset, PlaceableSurfaceComponent surface = null)
Parameters
Type Name Description
EntityUid uid
Vector2 offset
PlaceableSurfaceComponent surface
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾