C# 클래스 hyades.ThirdPersonCamera

상속: Camera
파일 보기 프로젝트 열기: zfedoran/bubblebound

공개 프로퍼티들

프로퍼티 타입 설명
entity Entity
offset Vector3
rotate bool

공개 메소드들

메소드 설명
ThirdPersonCamera ( Entity e, Vector3 offset ) : System
ThirdPersonCamera ( Entity e, Vector3 offset, bool rotate ) : System
Update ( double elapsed ) : void

메소드 상세

ThirdPersonCamera() 공개 메소드

public ThirdPersonCamera ( Entity e, Vector3 offset ) : System
e Entity
offset Vector3
리턴 System

ThirdPersonCamera() 공개 메소드

public ThirdPersonCamera ( Entity e, Vector3 offset, bool rotate ) : System
e Entity
offset Vector3
rotate bool
리턴 System

Update() 공개 메소드

public Update ( double elapsed ) : void
elapsed double
리턴 void

프로퍼티 상세

entity 공개적으로 프로퍼티

public Entity entity
리턴 Entity

offset 공개적으로 프로퍼티

public Vector3 offset
리턴 Vector3

rotate 공개적으로 프로퍼티

public bool rotate
리턴 bool