C# Class Orbiter, Aegina

显示文件 Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
Orbiter ( Vector3 pos, Vector3 rot ) : System.Collections
clear ( ) : void
move ( Vector3 pos ) : void
rotate ( Vector3 rot ) : void
show ( bool enable ) : void
start ( ) : void

Method Details

Orbiter() public method

public Orbiter ( Vector3 pos, Vector3 rot ) : System.Collections
pos Vector3
rot Vector3
return System.Collections

clear() public method

public clear ( ) : void
return void

move() public method

public move ( Vector3 pos ) : void
pos Vector3
return void

rotate() public method

public rotate ( Vector3 rot ) : void
rot Vector3
return void

show() public method

public show ( bool enable ) : void
enable bool
return void

start() public method

public start ( ) : void
return void