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.
Mostrar archivo 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_oe property

public string Name
return string

NameOfReferencedKeyframeList public_oe property

public string NameOfReferencedKeyframeList
return string

Target public_oe property

public string Target
return string

Time public_oe property

public double Time
return double