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.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
NameOfReferencedKeyframeList string
Target string
Time double

Méthodes publiques

Méthode Description
FromTimedKeyframeList ( TimedKeyframeList timedKeyframeList ) : TimedKeyframeListSave
ToTimedKeyframeList ( List instructionSetList ) : TimedKeyframeList

Method Details

FromTimedKeyframeList() public static méthode

public static FromTimedKeyframeList ( TimedKeyframeList timedKeyframeList ) : TimedKeyframeListSave
timedKeyframeList FlatRedBall.Instructions.TimedKeyframeList
Résultat TimedKeyframeListSave

ToTimedKeyframeList() public méthode

public ToTimedKeyframeList ( List instructionSetList ) : TimedKeyframeList
instructionSetList List
Résultat FlatRedBall.Instructions.TimedKeyframeList

Property Details

Name public_oe property

public string Name
Résultat string

NameOfReferencedKeyframeList public_oe property

public string NameOfReferencedKeyframeList
Résultat string

Target public_oe property

public string Target
Résultat string

Time public_oe property

public double Time
Résultat double