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