C# Class AsteroidRotate, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Datei anzeigen Open project: kalby/SpaceCOG-Prototype

Public Properties

Property Type Description
rotationForce float

Public Methods

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

Private Methods

Method Description
randomVector ( ) : Vector3

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

rotationForce public_oe property

public float rotationForce
return float