C# Class VariableController, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Show file Open project: veselin-/DADIU2015Team4MiniGame1 Class Usage Examples

Public Properties

Property Type Description
DieSpeed float
DieSpeedFloat float
ElephantStrafeSpeed float
LaneWidth float
ObstacleIsEnabled bool
ObstacleScale float
ObstacleSpeed float
UseLanes bool

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Property Details

DieSpeed public static property

public static float DieSpeed
return float

DieSpeedFloat public property

public float DieSpeedFloat
return float

ElephantStrafeSpeed public property

public float ElephantStrafeSpeed
return float

LaneWidth public property

public float LaneWidth
return float

ObstacleIsEnabled public property

public bool ObstacleIsEnabled
return bool

ObstacleScale public property

public float ObstacleScale
return float

ObstacleSpeed public property

public float ObstacleSpeed
return float

UseLanes public property

public bool UseLanes
return bool