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

Describes the position of a single bone at a single point in time. This is copied directly from the SkinnedModel Sample at creators.xna.com
Показать файл Открыть проект

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

Метод Описание
Keyframe ( int bone, System.TimeSpan time, Matrix transform ) : System

Constructs a new keyframe object.

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

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

Constructs a new keyframe object.
public Keyframe ( int bone, System.TimeSpan time, Matrix transform ) : System
bone int
time System.TimeSpan
transform Matrix
Результат System