C# 클래스 Axiom.Animating.VertexMorphKeyFrame

상속: KeyFrame
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
vertexBuffer Axiom.Graphics.HardwareVertexBuffer

공개 메소드들

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

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

메소드 상세

VertexMorphKeyFrame() 공개 메소드

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

프로퍼티 상세

vertexBuffer 보호되어 있는 프로퍼티

A list of the pose references for this frame
protected HardwareVertexBuffer,Axiom.Graphics vertexBuffer
리턴 Axiom.Graphics.HardwareVertexBuffer