Arbor 3: FSM & BT Graph Editor  3.7.8
PersistentCall Class Reference

A class that makes persistent member calls by Reflection. More...

Inheritance diagram for PersistentCall:
ISerializeVersionCallbackReceiver

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PersistentCall()

CalculatorConditionLegacy constructor

Member Function Documentation

◆ GetWarningMessage()

string GetWarningMessage ( )

Get the warning message.

◆ Invoke()

void Invoke ( )

Invoke member.

Property Documentation

◆ componentType

System.Type componentType
get

Component type

◆ targetInstance

object targetInstance
get

Target instance

◆ targetType

System.Type?? targetType
get

Target type