|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
A class that makes persistent member calls by Reflection. More...
Public Member Functions | |
| PersistentCall () | |
| CalculatorConditionLegacy constructor More... | |
| void | Invoke () |
| Invoke member. More... | |
| string | GetWarningMessage () |
| Get the warning message. More... | |
Properties | |
| System.Type?? | targetType [get] |
| Target type More... | |
| object | targetInstance [get] |
| Target instance More... | |
| System.Type | componentType [get] |
| Component type More... | |
Properties inherited from ISerializeVersionCallbackReceiver | |
| int | newestVersion [get] |
| newest version More... | |
A class that makes persistent member calls by Reflection.
Since it is for Arbor internal processing, if you want to call a member, use the built-in behavior such as ArborEvent class and InvokeMethod.
| PersistentCall | ( | ) |
CalculatorConditionLegacy constructor
| string GetWarningMessage | ( | ) |
Get the warning message.
| void Invoke | ( | ) |
Invoke member.
|
get |
Component type
|
get |
Target instance
|
get |
Target type