AiMalgam Core 1.1.0
API documentation for the generic Unity3D AI System
Public Member Functions | Public Attributes | List of all members
NikosAssets.AiMalgam.Helpers.Attributes.ReordableNodeListAttribute Class Reference

Mark a ListWrapper<T> to use ports in the graph editor More...

Public Member Functions

 ReordableNodeListAttribute (string listName, Type listItemType)
 Mark a ListWrapper<T> to use ports More...
 
 ReordableNodeListAttribute (Type listItemType)
 Mark a ListWrapper<T> to use ports More...
 

Public Attributes

readonly string ListName
 
readonly Type ListItemType
 

Detailed Description

Mark a ListWrapper<T> to use ports in the graph editor

Constructor & Destructor Documentation

◆ ReordableNodeListAttribute() [1/2]

NikosAssets.AiMalgam.Helpers.Attributes.ReordableNodeListAttribute.ReordableNodeListAttribute ( string  listName,
Type  listItemType 
)

Mark a ListWrapper<T> to use ports

Parameters
listNamethe field name of the list (usually "list")
listItemTypethe type of the list items

◆ ReordableNodeListAttribute() [2/2]

NikosAssets.AiMalgam.Helpers.Attributes.ReordableNodeListAttribute.ReordableNodeListAttribute ( Type  listItemType)

Mark a ListWrapper<T> to use ports

Parameters
listItemTypethe type of the list items