C# 클래스 FlatRedBall.Content.Instructions.TimedKeyframeListSave

A savable reference to a TimedKeyframe. This does not actually store the contents of the TimedKeyframe; instead it stores a string reference.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
NameOfReferencedKeyframeList string
Target string
Time double

공개 메소드들

메소드 설명
FromTimedKeyframeList ( TimedKeyframeList timedKeyframeList ) : TimedKeyframeListSave
ToTimedKeyframeList ( List instructionSetList ) : TimedKeyframeList

메소드 상세

FromTimedKeyframeList() 공개 정적인 메소드

public static FromTimedKeyframeList ( TimedKeyframeList timedKeyframeList ) : TimedKeyframeListSave
timedKeyframeList FlatRedBall.Instructions.TimedKeyframeList
리턴 TimedKeyframeListSave

ToTimedKeyframeList() 공개 메소드

public ToTimedKeyframeList ( List instructionSetList ) : TimedKeyframeList
instructionSetList List
리턴 FlatRedBall.Instructions.TimedKeyframeList

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

NameOfReferencedKeyframeList 공개적으로 프로퍼티

public string NameOfReferencedKeyframeList
리턴 string

Target 공개적으로 프로퍼티

public string Target
리턴 string

Time 공개적으로 프로퍼티

public double Time
리턴 double