C# Класс Indiefreaks.Xna.Rendering.Instancing.Skinned.InstancedAnimationClip

For instancing, the animation doesn't need to hold all the keyframes. We've got those in our texture. However, we do need to store some data - like the duration of the animation, the start index into the texture, and the frame rate of the animation
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InstancedAnimationClip ( System.TimeSpan duration, int animationStartRow, int animationEndRow, int animationFrameRate ) : System

Constructs a new animation clip object.

Описание методов

InstancedAnimationClip() публичный Метод

Constructs a new animation clip object.
public InstancedAnimationClip ( System.TimeSpan duration, int animationStartRow, int animationEndRow, int animationFrameRate ) : System
duration System.TimeSpan
animationStartRow int
animationEndRow int
animationFrameRate int
Результат System