C# 클래스 MyKeyFrame, 10-TwinStick

A structure for storing time, rotation and position
파일 보기 프로젝트 열기: CompleteUnityDeveloper/10-TwinStick 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
frameTime float
position Vector3
rotation Quaternion

공개 메소드들

메소드 설명
MyKeyFrame ( float aTime, Vector3 aPosition, Quaternion aRotation ) : System.Collections

메소드 상세

MyKeyFrame() 공개 메소드

public MyKeyFrame ( float aTime, Vector3 aPosition, Quaternion aRotation ) : System.Collections
aTime float
aPosition Vector3
aRotation Quaternion
리턴 System.Collections

프로퍼티 상세

frameTime 공개적으로 프로퍼티

public float frameTime
리턴 float

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3

rotation 공개적으로 프로퍼티

public Quaternion rotation
리턴 Quaternion