C# 클래스 SharpQuake.Chase

Chase_functions
파일 보기 프로젝트 열기: Memorix101/SharpQuake 1 사용 예제들

공개 메소드들

메소드 설명
Init ( ) : void
Reset ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
TraceLine ( Vector3 &start, Vector3 &end, Vector3 &impact ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void