Class EntityStorageComponentState
Inheritance
System.Object
EntityStorageComponentState
Assembly: Content.Shared.dll
Syntax
public sealed class EntityStorageComponentState : ComponentState
Constructors
|
Improve this Doc
View Source
EntityStorageComponentState(Boolean, Int32, Boolean, Boolean, Single)
Declaration
public EntityStorageComponentState(bool open, int capacity, bool isCollidableWhenOpen, bool openOnMove, float enteringRange)
Parameters
Type |
Name |
Description |
System.Boolean |
open |
|
System.Int32 |
capacity |
|
System.Boolean |
isCollidableWhenOpen |
|
System.Boolean |
openOnMove |
|
System.Single |
enteringRange |
|
Fields
|
Improve this Doc
View Source
Capacity
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EnteringRange
Declaration
public float EnteringRange
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
IsCollidableWhenOpen
Declaration
public bool IsCollidableWhenOpen
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Open
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OpenOnMove
Declaration
Field Value
Type |
Description |
System.Boolean |
|