Tanoda
|
Public Member Functions | |
override void | Deactivate () |
override void | Triggered (string id) |
void | TriggerNow () |
string | GetInput () |
new void | GetObjectData (SerializationInfo info, StreamingContext context) |
HotfixAction (SerializationInfo info, StreamingContext context) | |
![]() | |
void | ToggleWindowSize () |
IEnumerator | LateMinimize () |
void | InstaMinimize () |
void | Minimize () |
void | Maximize () |
void | GetOriginalHeight () |
List< Vector2 > | GetSides () |
virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
ActionObject () | |
ActionObject (SerializationInfo info, StreamingContext context) | |
virtual void | Start () |
virtual void | Triggered (string id) |
virtual void | Deactivate () |
virtual void | Reset () |
virtual void | OutputAdded (string id) |
virtual void | InputAdded (string id) |
virtual void | Remove () |
void | TriggerOutput (string id) |
void | AddInput (GameObject go) |
string | GetInput () |
string | GetInput (int index) |
void | RemoveInput (string id) |
void | AddOutput (GameObject go) |
GameObject | GetOutput (string id) |
GameObject | GetInput (string id) |
List< string > | GetOutputs () |
List< string > | GetInputs () |
bool | LimitInputTypes () |
List< Type > | GetAcceptedInputTypes () |
void | ApplyComment () |
void | TriggerOut (string id) |
virtual void | OnPointerEnter (PointerEventData eventData) |
virtual void | OnPointerExit (PointerEventData eventData) |
Additional Inherited Members | |
![]() | |
List< GameObject > | inPuts |
List< GameObject > | outPuts |
List< ClassTypeReference > | acceptInputTypes |
Image | statusImg |
string | action |
string | ID |
string | comment |
List< GameObject > | hideOnMinimize = new List<GameObject>() |
bool | IsCounting |
![]() | |
void | SaveOrigInPos () |
![]() | |
float | originalHeight = 0.0f |
Definition at line 8 of file HotfixAction.cs.
HotfixAction.HotfixAction | ( | SerializationInfo | info, |
StreamingContext | context | ||
) |
Definition at line 91 of file HotfixAction.cs.
|
virtual |
Reimplemented from ActionObject.
Definition at line 14 of file HotfixAction.cs.
string HotfixAction.GetInput | ( | ) |
Definition at line 46 of file HotfixAction.cs.
|
virtual |
Reimplemented from ActionObject.
Definition at line 86 of file HotfixAction.cs.
|
virtual |
Reimplemented from ActionObject.
Definition at line 20 of file HotfixAction.cs.
void HotfixAction.TriggerNow | ( | ) |
Definition at line 37 of file HotfixAction.cs.