C# Class 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.
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Name string
NameOfReferencedKeyframeList string
Target string
Time double

Public Methods

Method Description
FromTimedKeyframeList ( TimedKeyframeList timedKeyframeList ) : TimedKeyframeListSave
ToTimedKeyframeList ( List instructionSetList ) : TimedKeyframeList

Method Details

FromTimedKeyframeList() public static method

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

ToTimedKeyframeList() public method

public ToTimedKeyframeList ( List instructionSetList ) : TimedKeyframeList
instructionSetList List
return FlatRedBall.Instructions.TimedKeyframeList

Property Details

Name public property

public string Name
return string

NameOfReferencedKeyframeList public property

public string NameOfReferencedKeyframeList
return string

Target public property

public string Target
return string

Time public property

public double Time
return double