C# Class Scroller, UrsaMajor

Inheritance: MonoBehaviour
Show file Open project: BJarv/UrsaMajor Class Usage Examples

Public Properties

Property Type Description
dimension float
e float
flipHoriz bool
handleSpeed bool
randomDimension bool
rend Renderer
speed float
true4Left bool

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

dimension public property

public float dimension
return float

e public property

public float e
return float

flipHoriz public property

public bool flipHoriz
return bool

handleSpeed public property

public bool handleSpeed
return bool

randomDimension public property

public bool randomDimension
return bool

rend public property

public Renderer rend
return Renderer

speed public property

public float speed
return float

true4Left public property

public bool true4Left
return bool