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.ListWrapper< T > Class Template Reference

List helper for nodes that handle dynamic ports and connections More...

Public Member Functions

virtual bool SetListItemAtIndex (object obj, int i)
 
virtual object GetListItemAtIndex (int i)
 
bool SetListItemAtIndex (object obj, int i)
 
object GetListItemAtIndex (int i)
 

Public Attributes

List< T > list = new List<T>()
 The dynamic input port list, that should be displayed in the graph editor
 

Detailed Description

List helper for nodes that handle dynamic ports and connections

Template Parameters
TThe list item type

Member Function Documentation

◆ GetListItemAtIndex()

virtual object NikosAssets.AiMalgam.Helpers.ListWrapper< T >.GetListItemAtIndex ( int  i)
virtual

◆ SetListItemAtIndex()

virtual bool NikosAssets.AiMalgam.Helpers.ListWrapper< T >.SetListItemAtIndex ( object  obj,
int  i 
)
virtual