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

A class to get the value of a persistent member by Reflection. More...

Inherits ISerializationCallbackReceiver.

Public Member Functions

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

Detailed Description

A class to get the value of a persistent member by Reflection.

Since it is for Arbor internal processing, if you want to get the member value, use the built-in behavior such as GetValueCalculator.

Member Function Documentation

◆ GetWarningMessage()

string GetWarningMessage ( )

Get the warning message.

◆ Invoke()

void Invoke ( )

Invoke member.

Property Documentation

◆ targetInstance

object targetInstance
get

Target instance

◆ targetType

System.Type?? targetType
get

Target type