C# 클래스 Orbiter, Aegina

파일 보기 프로젝트 열기: JMounier/Aegina 1 사용 예제들

공개 메소드들

메소드 설명
Orbiter ( Vector3 pos, Vector3 rot ) : System.Collections
clear ( ) : void
move ( Vector3 pos ) : void
rotate ( Vector3 rot ) : void
show ( bool enable ) : void
start ( ) : void

메소드 상세

Orbiter() 공개 메소드

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

clear() 공개 메소드

public clear ( ) : void
리턴 void

move() 공개 메소드

public move ( Vector3 pos ) : void
pos Vector3
리턴 void

rotate() 공개 메소드

public rotate ( Vector3 rot ) : void
rot Vector3
리턴 void

show() 공개 메소드

public show ( bool enable ) : void
enable bool
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void