C# 클래스 HaloMap.Render.Camera2

The camera 2.
상속: IDisposable
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LookAt System.Vector3
Position System.Vector3
UpVector System.Vector3
device Device
fixedrotation bool
i float
j float
k float
oldx int
oldy int
radianh float
radianv float
radius float
speed float
x float
y float
z float

공개 메소드들

메소드 설명
AimCamera ( System.Vector3 v ) : void

The aim camera.

Camera2 ( Form form ) : System

Initializes a new instance of the Camera2 class.

ComputePosition ( ) : void

The compute position.

ComputeStrafe ( bool right ) : void

The compute strafe.

DegreesToRadian ( float degree ) : float

The degrees to radian.

Dispose ( ) : void

The dispose.

SetFixed ( ) : void

The set fixed.

change ( int x, int y ) : void

The change.

move ( ) : bool

The move.

메소드 상세

AimCamera() 공개 메소드

The aim camera.
public AimCamera ( System.Vector3 v ) : void
v System.Vector3 The v.
리턴 void

Camera2() 공개 메소드

Initializes a new instance of the Camera2 class.
public Camera2 ( Form form ) : System
form System.Windows.Forms.Form The form.
리턴 System

ComputePosition() 공개 메소드

The compute position.
public ComputePosition ( ) : void
리턴 void

ComputeStrafe() 공개 메소드

The compute strafe.
public ComputeStrafe ( bool right ) : void
right bool The right.
리턴 void

DegreesToRadian() 공개 메소드

The degrees to radian.
public DegreesToRadian ( float degree ) : float
degree float The degree.
리턴 float

Dispose() 공개 메소드

The dispose.
public Dispose ( ) : void
리턴 void

SetFixed() 공개 메소드

The set fixed.
public SetFixed ( ) : void
리턴 void

change() 공개 메소드

The change.
public change ( int x, int y ) : void
x int The x.
y int The y.
리턴 void

move() 공개 메소드

The move.
public move ( ) : bool
리턴 bool

프로퍼티 상세

LookAt 공개적으로 프로퍼티

The look at.
public Vector3,System LookAt
리턴 System.Vector3

Position 공개적으로 프로퍼티

The position.
public Vector3,System Position
리턴 System.Vector3

UpVector 공개적으로 프로퍼티

The up vector.
public Vector3,System UpVector
리턴 System.Vector3

device 공개적으로 프로퍼티

The device.
public Device device
리턴 Device

fixedrotation 공개적으로 프로퍼티

The fixedrotation.
public bool fixedrotation
리턴 bool

i 공개적으로 프로퍼티

The i.
public float i
리턴 float

j 공개적으로 프로퍼티

The j.
public float j
리턴 float

k 공개적으로 프로퍼티

The k.
public float k
리턴 float

oldx 공개적으로 프로퍼티

The oldx.
public int oldx
리턴 int

oldy 공개적으로 프로퍼티

The oldy.
public int oldy
리턴 int

radianh 공개적으로 프로퍼티

The radianh.
public float radianh
리턴 float

radianv 공개적으로 프로퍼티

The radianv.
public float radianv
리턴 float

radius 공개적으로 프로퍼티

The radius.
public float radius
리턴 float

speed 공개적으로 프로퍼티

The speed.
public float speed
리턴 float

x 공개적으로 프로퍼티

The x.
public float x
리턴 float

y 공개적으로 프로퍼티

The y.
public float y
리턴 float

z 공개적으로 프로퍼티

The z.
public float z
리턴 float