C# Class ScrollingText, JamtechAdventures

Inheritance: System.Windows.Forms.Control
显示文件 Open project: Veloxiac/JamtechAdventures Class Usage Examples

Public Properties

Property Type Description
scrollSpeed float
timeUntilSceneSwap 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

scrollSpeed public_oe property

public float scrollSpeed
return float

timeUntilSceneSwap public_oe property

public float timeUntilSceneSwap
return float