C# Class Clouds

구름들 관리 스크립트
Inheritance: MonoBehaviour
Mostrar archivo Open project: YaroslavKabanov/comp313-winter2016-Team1-gameEgg Class Usage Examples

Public Properties

Property Type Description
animationOver bool
speed float
timeLeft 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

animationOver public_oe property

public bool animationOver
return bool

speed public_oe property

public float speed
return float

timeLeft public_oe property

public float timeLeft
return float