C# Class CloudMovement, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Exibir arquivo Open project: veselin-/DADIU2015Team4MiniGame1

Public Properties

Property Type Description
isInForeground bool
speed float
waitTime float
zOffset float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

isInForeground public_oe property

public bool isInForeground
return bool

speed public_oe property

public float speed
return float

waitTime public_oe property

public float waitTime
return float

zOffset public_oe property

public float zOffset
return float