Class UpdatableField<T>
Defines how to set and get values from a field of a given type for the UpdateEngine.
public class UpdatableField<T> : UpdatableField
  Type Parameters
T
- Inheritance
 - 
      objectUpdatableField<T>
 
- Derived
 
- Inherited Members
 
Constructors
UpdatableField(int)
public UpdatableField(int offset)
  Parameters
offsetint
Properties
MemberType
Gets the type of the member.
public override Type MemberType { get; }
  Property Value
Methods
SetStruct(nint, object)
Sets a non-blittable struct field (given in boxed form).
public override void SetStruct(nint obj, object data)
  Parameters
objnintThe container object.
dataobjectThe new value to unbox and set