C# Class VRButton, Unity3D

Inheritance: MonoBehaviour
Exibir arquivo Open project: k-lock/Unity3D Class Usage Examples

Public Properties

Property Type Description
events bool
id int

Public Methods

Method Description
Awake ( ) : void
OnMouseDown ( ) : void
OnMouseExit ( ) : void
OnMouseOver ( ) : void
SetFrame ( int frame ) : void
_btnABOUT ( ) : void
_btnBACK ( ) : void
_btnSTART ( ) : 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

SetFrame() public method

public SetFrame ( int frame ) : void
frame int
return void

_btnABOUT() public method

public _btnABOUT ( ) : void
return void

_btnBACK() public method

public _btnBACK ( ) : void
return void

_btnSTART() public method

public _btnSTART ( ) : void
return void

Property Details

events public_oe property

public bool events
return bool

id public_oe property

public int id
return int