C# Class FlowManager, Malisse

Inheritance: MonoBehaviour
Mostrar archivo Open project: Collegiennes/Malisse Class Usage Examples

Public Methods

Method Description
OnViewCompleted ( View, view ) : void
TriggerAction ( FlowActionData, actionData ) : bool
TriggerAction ( string actionName, object>.Dictionary parameters = null ) : bool

Private Methods

Method Description
Awake ( ) : void
GainFocus ( View, view, FlowActionData, actionData ) : void
GetBeforeTopView ( ) : FlowViewData,
GetTopView ( ) : View,
LoadView ( FlowViewData, viewData, FlowActionData, actionData ) : IEnumerator
OnDestroy ( ) : void
TriggerNextAction ( ) : void
TriggerNextView ( ) : bool

Method Details

OnViewCompleted() public method

public OnViewCompleted ( View, view ) : void
view View,
return void

TriggerAction() public method

public TriggerAction ( FlowActionData, actionData ) : bool
actionData FlowActionData,
return bool

TriggerAction() public method

public TriggerAction ( string actionName, object>.Dictionary parameters = null ) : bool
actionName string
parameters object>.Dictionary
return bool