C# 클래스 SkillViewerCameraController.Pose, CSharpGameFramework

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework

공개 프로퍼티들

프로퍼티 타입 설명
pos Vector3
rot Quaternion

공개 메소드들

메소드 설명
GetScale ( float speed, float angleSpeed, Pose, p1, Pose, p2 ) : float

메소드 상세

GetScale() 공개 정적인 메소드

public static GetScale ( float speed, float angleSpeed, Pose, p1, Pose, p2 ) : float
speed float
angleSpeed float
p1 Pose,
p2 Pose,
리턴 float

프로퍼티 상세

pos 공개적으로 프로퍼티

public Vector3 pos
리턴 Vector3

rot 공개적으로 프로퍼티

public Quaternion rot
리턴 Quaternion