Show / Hide Table of Contents

Class EntityStorageComponentState

Inheritance
System.Object
EntityStorageComponentState
Namespace: Content.Shared.Storage.Components
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
public int Capacity
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
public bool Open
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

OpenOnMove

Declaration
public bool OpenOnMove
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾