|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
A class that accesses Field directly. More...
Inherited by DynamicField.ConstField, DynamicField.DefaultField, and DynamicField.DelegatedField.
Public Member Functions | |
| abstract object | GetValue (object instance) |
| Returns the value of the field. More... | |
| abstract void | SetValue (object instance, object value) |
| Set the value of the field. More... | |
Static Public Member Functions | |
| static DynamicField | GetField (FieldInfo fieldInfo) |
| Returns DynamicField. More... | |
Properties | |
| FieldInfo | fieldInfo [get, protected set] |
| Referencing FieldInfo More... | |
A class that accesses Field directly.
In AOT and IL2CPP environments, it is access by Reflection.
|
static |
Returns DynamicField.
| fieldInfo | Reference FieldInfo |
|
pure virtual |
Returns the value of the field.
| instance | An instance that has a field |
|
pure virtual |
Set the value of the field.
| instance | An instance that has a field |
| value | Field value |
|
getprotected set |
Referencing FieldInfo