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

AOT supported class for parameters that handle List More...

Inheritance diagram for ListParameterAOT:
ListParameterBase IValueContainer

Public Member Functions

 ListParameterAOT (System.Type elementType)
 ListParameterAOT constructor More...
 
override bool SetList (object value)
 Set the List. More...
 

Properties

override object listObject [get]
 List instance object More...
 

Detailed Description

AOT supported class for parameters that handle List

Constructor & Destructor Documentation

◆ ListParameterAOT()

ListParameterAOT ( System.Type  elementType)

ListParameterAOT constructor

Parameters
elementTypeElement type

Member Function Documentation

◆ SetList()

override bool SetList ( object  value)

Set the List.

Parameters
valueThe List to set

Property Documentation

◆ listObject

override object listObject
get

List instance object