C# Class PopupsBehaviour, UnityFramework

Inheritance: LShapBehaviour, ITemplatable
Datei anzeigen Open project: meta-42/uEasyKit Class Usage Examples

Public Methods

Method Description
Hide ( ) : void
OnAnimateInEnd ( ) : void
OnAnimateOutEnd ( ) : void
OnReturnCache ( ) : void
Show ( bool modal = false, Sprite modalSprite = null, Color modalColor = null, Canvas canvas = null, Vector3 position = null ) : void

Protected Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void

Private Methods

Method Description
AnimateIn ( ) : void
AnimateOut ( ) : void
Return ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

OnAnimateInEnd() public method

public OnAnimateInEnd ( ) : void
return void

OnAnimateOutEnd() public method

public OnAnimateOutEnd ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnReturnCache() public method

public OnReturnCache ( ) : void
return void

Show() public method

public Show ( bool modal = false, Sprite modalSprite = null, Color modalColor = null, Canvas canvas = null, Vector3 position = null ) : void
modal bool
modalSprite Sprite
modalColor Color
canvas Canvas
position Vector3
return void