Adventure Creator  1.81.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
AC.ActionListAssetMenu Class Reference

Static Public Member Functions

static ActionListAsset CreateAsset ()
 
static ActionListAsset CreateAsset (string assetName)
 
static ActionListAsset AssetGUI (string label, ActionListAsset actionListAsset, string defaultName="", string api="", string tooltip="", System.Action< ActionListAsset > onCreateCallback=null, System.Action< ActionListAsset > showALAEditor=null)
 
static Cutscene CutsceneGUI (string label, Cutscene cutscene, string defaultName="", string api="", string tooltip="")
 
static ActionList ActionListGUI (string label, ActionList actionList, string defaultName="", string api="", string tooltip="")
 

Static Public Attributes

static System.Action< ActionListshowALEditor = null
 
static System.Action< ActionListAsset_showALAEditor = null