C# Class MouseAim

Inheritance: MonoBehaviour
显示文件 Open project: daniel-cheng/stellar Class Usage Examples

Public Properties

Property Type Description
isEnabled bool

Public Methods

Method Description
OnStateChange ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnStateChange() public method

public OnStateChange ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

isEnabled public_oe property

public bool isEnabled
return bool