C# 클래스 FireflyGL.Camera

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

공개 메소드들

메소드 설명
Activate ( ) : void
Camera ( ) : System
GetApsoluteMouse ( int X, int Y ) : System.Vector2

비공개 메소드들

메소드 설명
updateMatrices ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Camera() 공개 메소드

public Camera ( ) : System
리턴 System

GetApsoluteMouse() 공개 메소드

public GetApsoluteMouse ( int X, int Y ) : System.Vector2
X int
Y int
리턴 System.Vector2