C# Class AxisRotate, UnityFBO

Rotate an object around a specified a axis by degrees per second
Inheritance: MonoBehaviour
Exibir arquivo Open project: robertcastle/UnityFBO Class Usage Examples

Public Properties

Property Type Description
angle float
axis Vector3

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

angle public_oe property

public float angle
return float

axis public_oe property

public Vector3 axis
return Vector3