Class UpdatableArrayAccessor<T>
Defines how to get and set an array value for the UpdateEngine.
public class UpdatableArrayAccessor<T> : UpdatableField<T>
  Type Parameters
T
- Inheritance
 - 
      objectUpdatableArrayAccessor<T>
 
- Inherited Members
 
Constructors
UpdatableArrayAccessor(int)
public UpdatableArrayAccessor(int index)
  Parameters
indexint
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
- EnterChecker
 The created enter checker (or null if not needed).