C# Класс DatDigger.Sections.Animation.SpuCurveLoader

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LoadCurves ( BinaryReaderEx reader, SpuBinary spuBinary ) : void

Приватные методы

Метод Описание
AddCurveToBone ( AnimatedBone bones, int boneId, Curves curve ) : void
CreateBoneArray ( int numBones ) : DatDigger.Sections.Animation.AnimatedBone[]
CreateCompressedLinearCurve ( BinaryReaderEx reader, AnimatedComponent component, short count ) : Curves.LinearCurve
CreateConstantCurve ( BinaryReaderEx reader, AnimatedComponent component, short count ) : Curves.ConstantCurve
CreateQuaternionCurve ( BinaryReaderEx reader, short count ) : Curves.QuaternionCurve
CreateUncompressedLinearCurve ( BinaryReaderEx reader, AnimatedComponent component, short count ) : Curves.LinearCurve
DetermineAnimatedComponent ( short type ) : AnimatedComponent

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

LoadCurves() публичный статический Метод

public static LoadCurves ( BinaryReaderEx reader, SpuBinary spuBinary ) : void
reader BinaryReaderEx
spuBinary SpuBinary
Результат void