Adventure Creator  1.81.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
AC.EventDraggableSnap Class Reference
Inheritance diagram for AC.EventDraggableSnap:
AC.EventBase

Public Member Functions

 EventDraggableSnap (int _id, string _label, ActionListAsset _actionListAsset, int[] _parameterIDs, DragBase _draggable, DragTrack _dragTrack)
 
override void Register ()
 
override void Unregister ()
 
- Public Member Functions inherited from AC.EventBase
void AssignID (int _id)
 
virtual void AssignVariant (int variantIndex)
 
void ShowGUI (bool isAssetFile)
 

Protected Member Functions

override ParameterReference[] GetParameterReferences ()
 
override bool HasConditions (bool isAssetFile)
 
override void ShowConditionGUI (bool isAssetFile)
 
- Protected Member Functions inherited from AC.EventBase
void Run ()
 
void Run (object[] args)
 

Properties

override string[] EditorNames [get]
 
override string EventName [get]
 
override string ConditionHelp [get]
 
- Properties inherited from AC.EventBase
int ID [get]
 
string? Label [get]
 
abstract string[] EditorNames [get]
 
abstract string EventName [get]
 
abstract string ConditionHelp [get]
 

Additional Inherited Members

- Protected Attributes inherited from AC.EventBase
string label
 
int id
 
ActionListAsset actionListAsset
 
int[] parameterIDs