C# Class VioletGem, Enclave

Inheritance: MonoBehaviour
Exibir arquivo Open project: BenjaminDo/Enclave Class Usage Examples

Public Properties

Property Type Description
ChangeMode bool

Public Methods

Method Description
Awake ( ) : void
OnMouseDown ( ) : void
OnMouseExit ( ) : void
OnMouseOver ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

OnMouseExit() public method

public OnMouseExit ( ) : void
return void

OnMouseOver() public method

public OnMouseOver ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ChangeMode public_oe property

public bool ChangeMode
return bool