C# Class GreatArcStudios.Rotate

This script is used for rotating a cube around in the demo.
Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: GreatArcStudios/unitypausemenu

Public Properties

Property Type Description
X int
Y int
Z int

Public Methods

Method Description
Update ( ) : void

Rotate the cube

Method Details

Update() public method

Rotate the cube
public Update ( ) : void
return void

Property Details

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int

Z public_oe property

public int Z
return int