C# 클래스 Axiom.Animating.NumericKeyFrame

Specialised KeyFrame which stores any numeric value.
상속: KeyFrame
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
numericValue Object

공개 메소드들

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

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

메소드 상세

NumericKeyFrame() 공개 메소드

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

프로퍼티 상세

numericValue 보호되어 있는 프로퍼티

Object holding the numeric value
protected Object numericValue
리턴 Object