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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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