Property this
this[Entity]
Gets an Entity
Declaration
public EntityStorageInfo this[Entity entity] { get; }
Parameters
Type | Name | Description |
---|---|---|
Entity | entity | The entity. |
Property Value
Type | Description |
---|---|
Entity |
Exceptions
Type | Condition |
---|---|
Argument |
Thrown if T is zero-size. |