C# Class ClockBehaviour, rainCrossBow

Inheritance: MonoBehaviour
Mostra file Open project: Collegiennes/rainCrossBow Class Usage Examples

Public Properties

Property Type Description
Clockwise bool
RotateSpeed float

Public Methods

Method Description
FixedUpdate ( ) : void
OnDie ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnDie() public method

public OnDie ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

Clockwise public_oe property

public bool Clockwise
return bool

RotateSpeed public_oe property

public float RotateSpeed
return float