Tanoda
|
Public Member Functions | |
void | OnValueChanged (bool value) |
override void | Triggered (string id) |
void | SetGameObject (GameObject go) |
void | RestoreOriginalState () |
void | SetActualState () |
IEnumerator | SetGameObjectJob (string hash) |
override void | Deactivate () |
void | SetGameObject (string hash) |
void | SetSelectedGO () |
void | CancelSelection () |
void | TriggerSelection () |
GameObject | GetGameObject () |
new void | GetObjectData (SerializationInfo info, StreamingContext context) |
ShowHideAction (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) |
Public Attributes | |
Text | title |
GameObjectPreview | gop |
string | canvasSelectorName = "Canvas_selector" |
string | selectedHash = "" |
Toggle | showHideToggle |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
void | SaveOrigInPos () |
![]() | |
float | originalHeight = 0.0f |
Definition at line 11 of file ShowHideAction.cs.
ShowHideAction.ShowHideAction | ( | SerializationInfo | info, |
StreamingContext | context | ||
) |
Definition at line 225 of file ShowHideAction.cs.
void ShowHideAction.CancelSelection | ( | ) |
Definition at line 146 of file ShowHideAction.cs.
|
virtual |
Reimplemented from ActionObject.
Definition at line 100 of file ShowHideAction.cs.
GameObject ShowHideAction.GetGameObject | ( | ) |
Definition at line 196 of file ShowHideAction.cs.
|
virtual |
Reimplemented from ActionObject.
Definition at line 208 of file ShowHideAction.cs.
void ShowHideAction.OnValueChanged | ( | bool | value | ) |
Definition at line 28 of file ShowHideAction.cs.
void ShowHideAction.RestoreOriginalState | ( | ) |
Definition at line 63 of file ShowHideAction.cs.
void ShowHideAction.SetActualState | ( | ) |
Definition at line 77 of file ShowHideAction.cs.
void ShowHideAction.SetGameObject | ( | GameObject | go | ) |
Definition at line 42 of file ShowHideAction.cs.
void ShowHideAction.SetGameObject | ( | string | hash | ) |
Definition at line 105 of file ShowHideAction.cs.
IEnumerator ShowHideAction.SetGameObjectJob | ( | string | hash | ) |
Definition at line 92 of file ShowHideAction.cs.
void ShowHideAction.SetSelectedGO | ( | ) |
Definition at line 132 of file ShowHideAction.cs.
|
virtual |
Reimplemented from ActionObject.
Definition at line 34 of file ShowHideAction.cs.
void ShowHideAction.TriggerSelection | ( | ) |
Definition at line 160 of file ShowHideAction.cs.
string ShowHideAction.canvasSelectorName = "Canvas_selector" |
Definition at line 15 of file ShowHideAction.cs.
GameObjectPreview ShowHideAction.gop |
Definition at line 14 of file ShowHideAction.cs.
string ShowHideAction.selectedHash = "" |
Definition at line 16 of file ShowHideAction.cs.
Toggle ShowHideAction.showHideToggle |
Definition at line 18 of file ShowHideAction.cs.
Text ShowHideAction.title |
Definition at line 13 of file ShowHideAction.cs.