Arbor 3: FSM & BT Graph Editor
3.7.8
|
Find each serializable field More...
Public Member Functions | |
delegate void | OnFind (T value) |
Callback when found. More... | |
delegate void | OnFindEx (T value, FieldInfo fieldInfo) |
Callback when found. More... | |
Static Public Member Functions | |
static IEnumerable< DynamicField > | GetFields (System.Type type) |
Get Fields More... | |
static void | Find (object obj, System.Type type, OnFind onFind) |
Find the field. More... | |
static void | Find (object obj, System.Type type, OnFindEx onFind) |
Find the field. More... | |
static void | ClearCache () |
Clear cache More... | |
Find each serializable field
T | Type to find |
|
static |
Clear cache
|
static |
Find the field.
obj | Object |
type | Type of object |
onFind | Callback If you find |
|
static |
Find the field.
obj | Object |
type | Type of object |
onFind | Callback If you find |
|
static |
Get Fields
type | Object type |
delegate void OnFind | ( | T | value | ) |
Callback when found.
value | find value |
delegate void OnFindEx | ( | T | value, |
FieldInfo | fieldInfo | ||
) |
Callback when found.
value | find value |
fieldInfo | FieldInfo of Value |