Arbor 3: FSM & BT Graph Editor  3.6.8
ParameterReference Class Reference

Reference parameters. More...

Inheritance diagram for ParameterReference:
AnyParameterReference BoolParameterReference BoundsParameterReference ColorParameterReference ComponentParameterReference< T > ComponentParameterReference< T > FloatParameterReference GameObjectParameterReference IntParameterReference LongParameterReference QuaternionParameterReference RectParameterReference StringParameterReference Vector2ParameterReference Vector3ParameterReference

Public Attributes

int id
 ID. More...
 
string name
 Paramenter name. More...
 

Properties

ParameterReferenceType type [get]
 Reference type of ParameterContainer More...
 
ParameterContainerBase container [get, set]
 Is stored to that container. More...
 
virtual Parameter.? Type referenceType [get]
 Returns the Parameter.Type to be referenced. More...
 
Parameterparameter [get]
 Get the parameters. More...
 
ParameterContainerBase constantContainer [get, set]
 Container specifying a constant More...
 

Detailed Description

Reference parameters.

Member Data Documentation

◆ id

int id

ID.

◆ name

string name

Paramenter name.

Property Documentation

◆ constantContainer

ParameterContainerBase constantContainer
getset

Container specifying a constant

◆ container

ParameterContainerBase container
getset

Is stored to that container.

◆ parameter

Parameter? parameter
get

Get the parameters.

null if it does not exist.

◆ referenceType

virtual Parameter.? Type referenceType
get

Returns the Parameter.Type to be referenced.

◆ type

Reference type of ParameterContainer