C# Class AnimatedSpriteMenu, ROOL

Inheritance: MonoBehaviour
Exibir arquivo Open project: Yann3D/ROOL

Public Methods

Method Description
DisplaySprite ( bool display, bool backAction ) : void
SetSpriteVisible ( bool visible ) : void

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

DisplaySprite() public method

public DisplaySprite ( bool display, bool backAction ) : void
display bool
backAction bool
return void

SetSpriteVisible() public method

public SetSpriteVisible ( bool visible ) : void
visible bool
return void