Class StandingStateComponent
Inheritance
System.Object
StandingStateComponent
Namespace: Content.Shared.Standing
Assembly: Content.Shared.dll
Syntax
public sealed class StandingStateComponent : Component
Fields
| Improve this Doc View SourceChangedFixtures
List of fixtures that had their collision mask changed when the entity was downed. Required for re-adding the collision mask.
Declaration
public List<string> ChangedFixtures
Field Value
Type | Description |
---|---|
List<System.String> |
Properties
| Improve this Doc View SourceDownSound
Declaration
public SoundSpecifier DownSound { get; }
Property Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
Standing
Declaration
public bool Standing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |