C# Class SpeedUp, Viewport

Inheritance: MonoBehaviour
Exibir arquivo Open project: tws2xa/Viewport Class Usage Examples

Public Methods

Method Description
DemodifyObject ( ) : void
FixedUpdate ( ) : void
ModifyObject ( ) : void
SpeedUp ( int duration ) : System.Collections
Start ( ) : void

Method Details

DemodifyObject() public method

public DemodifyObject ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

ModifyObject() public method

public ModifyObject ( ) : void
return void

SpeedUp() public method

public SpeedUp ( int duration ) : System.Collections
duration int
return System.Collections

Start() public method

public Start ( ) : void
return void