Method GetTransformLookup
GetTransformLookup(bool)
Manually gets a TransformLookup object that can access a TransformRef.
Declaration
public TransformLookup GetTransformLookup(bool isReadOnly = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isReadOnly | Whether the transform data is only read or is also written. Access data in a read-only fashion whenever possible. |
Returns
| Type | Description |
|---|---|
| TransformLookup | An array-like object that provides access to transform data, indexed by Entity. |
Remarks
Remember to call TransformLookup.Update(ref SystemState).