C# Class RotatingCube

Inheritance: MonoBehaviour
Show file Open project: waltzaround/Cardboard-Asteroids

Public Properties

Property Type Description
xRotationSpeed float
yRotationSpeed float
zRotationSpeed float

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

xRotationSpeed public property

public float xRotationSpeed
return float

yRotationSpeed public property

public float yRotationSpeed
return float

zRotationSpeed public property

public float zRotationSpeed
return float