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

Reference ComponentList parameters. More...

Inheritance diagram for ComponentListParameterReference:
ParameterReference IValueContainer

Properties

IList< Component > value [get, set]
 Value of the parameter More...
 
- Properties inherited from ParameterReference
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...
 

Additional Inherited Members

- Public Attributes inherited from ParameterReference
int id
 ID. More...
 
string name
 Paramenter name. More...
 

Detailed Description

Reference ComponentList parameters.

Available Attributes :

Since the type of ComponentList parameter is handled as IList<T>, specify it as

[SlotType(typeof(IList<Rigidbody>))]

.

Property Documentation

◆ value

IList<Component> value
getset

Value of the parameter

Arbor.SlotType
SlotType
Types of DataSlot
Definition: SlotType.cs:17