Property this
this[Entity]
Gets the TransformRef instance for the specified entity.
Declaration
public TransformRef this[Entity entity] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | The entity. |
Property Value
| Type | Description |
|---|---|
| TransformRef | A TransformRef type. |
Remarks
Normally, you cannot write to transforms accessed using a TransformLookup instance in a parallel Job. This restriction is in place because multiple threads could write to the same buffer, leading to a race condition and nondeterministic results. However, when you are certain that your algorithm cannot write to the same buffer from different threads, you can manually disable this safety check by putting the [NativeDisableParallelForRestriction] attribute on the BufferLookup field in the Job.
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Thrown if |