C# 클래스 Axiom.Animating.TransformKeyFrame

Specialised KeyFrame which stores a full transform. The members are public, but any client that assigns to a member instead of using the setter must call Changed()
상속: KeyFrame
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
rotation Axiom.MathLib.Quaternion
scale Vector3
translate Vector3

공개 메소드들

메소드 설명
TransformKeyFrame ( AnimationTrack parent, float time ) : System

Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.

메소드 상세

TransformKeyFrame() 공개 메소드

Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.
public TransformKeyFrame ( AnimationTrack parent, float time ) : System
parent AnimationTrack Animation track that this keyframe belongs to.
time float Time at which this keyframe begins.
리턴 System

프로퍼티 상세

rotation 보호되어 있는 프로퍼티

Rotation at this keyframe.
protected Quaternion,Axiom.MathLib rotation
리턴 Axiom.MathLib.Quaternion

scale 보호되어 있는 프로퍼티

Scale factor at this keyframe.
protected Vector3 scale
리턴 Vector3

translate 보호되어 있는 프로퍼티

Translation at this keyframe.
protected Vector3 translate
리턴 Vector3