C# Class Orbiter, Aegina

Afficher le fichier Open project: JMounier/Aegina Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Orbiter ( Vector3 pos, Vector3 rot ) : System.Collections
pos Vector3
rot Vector3
Résultat System.Collections

clear() public méthode

public clear ( ) : void
Résultat void

move() public méthode

public move ( Vector3 pos ) : void
pos Vector3
Résultat void

rotate() public méthode

public rotate ( Vector3 rot ) : void
rot Vector3
Résultat void

show() public méthode

public show ( bool enable ) : void
enable bool
Résultat void

start() public méthode

public start ( ) : void
Résultat void