C# Class VariableController, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Mostrar archivo 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_oe static_oe property

public static float DieSpeed
return float

DieSpeedFloat public_oe property

public float DieSpeedFloat
return float

ElephantStrafeSpeed public_oe property

public float ElephantStrafeSpeed
return float

LaneWidth public_oe property

public float LaneWidth
return float

ObstacleIsEnabled public_oe property

public bool ObstacleIsEnabled
return bool

ObstacleScale public_oe property

public float ObstacleScale
return float

ObstacleSpeed public_oe property

public float ObstacleSpeed
return float

UseLanes public_oe property

public bool UseLanes
return bool