C# Class TurnSphere, Unity-ITGHD

Inheritance: MonoBehaviour
ファイルを表示 Open project: BenouKat/Unity-ITGHD

Public Properties

Property Type Description
center GameObject
speedSphere float

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

center public_oe property

public GameObject center
return GameObject

speedSphere public_oe property

public float speedSphere
return float