UpdatableArrayAccessor<T> Class
Namespace: Stride.UpdaterAssembly: Stride.Engine.dll
Defines how to get and set an array value for the UpdateEngine.
Derived from UpdatableArrayAccessor<T>:
public class UpdatableArrayAccessor<T> : UpdatableField<T>
Type Parameters
Name | Description |
---|---|
T |
Name | Description | |
---|---|---|
Constructors | ||
UpdatableArrayAccessor(Int32) | ||
Methods | ||
CreateEnterChecker() | Called by Compile(Type, List<UpdateMemberInfo>) to generate additional checks when entering an object (typically out of bound checks). |
Constructors
UpdatableArrayAccessor(Int32)
public UpdatableArrayAccessor(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Methods
CreateEnterChecker()
Called by Compile(Type, List<UpdateMemberInfo>) to generate additional checks when entering an object (typically out of bound checks).
public override EnterChecker CreateEnterChecker()
Returns
Type | Description |
---|---|
EnterChecker | The created enter checker (or null if not needed). |