AiMalgam Core 1.1.0
API documentation for the generic Unity3D AI System
List of all members
NikosAssets.AiMalgam.Settings.States.AiMalgamStatesListWrapper Class Reference

A specific ListWrapper<T> used to store multiple AiMalgamStates and display them in the AiMalgamNodeGraph (with ports) More...

Additional Inherited Members

- Public Member Functions inherited from NikosAssets.AiMalgam.Helpers.ListWrapper< AiMalgamState >
virtual bool SetListItemAtIndex (object obj, int i)
 
virtual object GetListItemAtIndex (int i)
 
- Public Attributes inherited from NikosAssets.AiMalgam.Helpers.ListWrapper< AiMalgamState >
List< T > list
 The dynamic input port list, that should be displayed in the graph editor
 

Detailed Description

A specific ListWrapper<T> used to store multiple AiMalgamStates and display them in the AiMalgamNodeGraph (with ports)