C# Class TurnBigCube, Unity-ITGHD

Inheritance: MonoBehaviour
Mostra file Open project: BenouKat/Unity-ITGHD

Public Properties

Property Type Description
speed Vector3

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public_oe property

public Vector3 speed
return Vector3