Arbor 3: FSM & BT Graph Editor
3.1.1
|
Find each serializable field More...
Public Member Functions | |
delegate void | OnFind (T value) |
Callback when found. More... | |
delegate void | OnFindEx (T value, System.Reflection.FieldInfo fieldInfo) |
Callback when found. More... | |
Static Public Member Functions | |
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... | |
Find each serializable field
T | Type to find |
|
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 |
delegate void OnFind | ( | T | value | ) |
Callback when found.
value | find value |
delegate void OnFindEx | ( | T | value, |
System.Reflection.FieldInfo | fieldInfo | ||
) |
Callback when found.
value | find value |
fieldInfo | FieldInfo of Value |