C# 클래스 TransformKeyFrame, UnityDemo

상속: KeyFrameBase
파일 보기 프로젝트 열기: rouchen/UnityDemo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_bezierTangent1 Vector3
_bezierTangent2 Vector3
_isActive bool
_isUseBezierCurve bool
_position Vector3
_rotation Vector3
_scale Vector3

공개 메소드들

메소드 설명
TransformKeyFrame ( ) : System.Collections

메소드 상세

TransformKeyFrame() 공개 메소드

public TransformKeyFrame ( ) : System.Collections
리턴 System.Collections

프로퍼티 상세

_bezierTangent1 공개적으로 프로퍼티

public Vector3 _bezierTangent1
리턴 Vector3

_bezierTangent2 공개적으로 프로퍼티

public Vector3 _bezierTangent2
리턴 Vector3

_isActive 공개적으로 프로퍼티

public bool _isActive
리턴 bool

_isUseBezierCurve 공개적으로 프로퍼티

public bool _isUseBezierCurve
리턴 bool

_position 공개적으로 프로퍼티

public Vector3 _position
리턴 Vector3

_rotation 공개적으로 프로퍼티

public Vector3 _rotation
리턴 Vector3

_scale 공개적으로 프로퍼티

public Vector3 _scale
리턴 Vector3