AiMalgam Core 1.1.0
API documentation for the generic Unity3D AI System
Classes
NikosAssets.AiMalgam.Settings.Actions Namespace Reference

Classes

class  AiMalgamApplyActionSettingResult
 A specific AiMalgamBaseResult that contains information about the success of the applied AiMalgamBaseSettings More...
 
class  AiMalgamBaseSettings
 The base setting represents the configuration for an AiMalgamBaseAction<BlackboardType> and must be further specified via inheritance. Is visible and assignable in the Unity inspector More...
 
class  AiMalgamBaseSettingsForEngine
 To be able to inject the AiMalgamBaseSettings into the correct AiMalgamBaseEngineWrapper we need to specify the correct AiMalgamBaseAction<BlackboardType> as well. This can be achieved by inheriting this wrapper/ helper class. More...
 
class  AiMalgamBaseSettingsListWrapper
 A specific ListWrapper<T> for AiMalgamBaseSettingss to display ports in the AiMalgamNodeGraph for each ListWrapper<T>.list item More...
 
interface  IAiMalgamActionSetting