C# Class Pull, Viewport

Mostra file Open project: tws2xa/Viewport Class Usage Examples

Public Properties

Property Type Description
tags List

Public Methods

Method Description
DemodifyObject ( ) : void
FixedUpdate ( ) : void
ModifyObject ( ) : void
Pull ( 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

Pull() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

tags public_oe property

public List tags
return List