C# Class CloudMovement, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Show file 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 property

public bool isInForeground
return bool

speed public property

public float speed
return float

waitTime public property

public float waitTime
return float

zOffset public property

public float zOffset
return float