C# Класс Axiom.Serialization.OgreSkeletonSerializer

Summary description for OgreSkeletonSerializer.
Наследование: Serializer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExportSkeleton ( Skeleton skeleton, string fileName ) : void
ImportSkeleton ( Stream stream, Skeleton skeleton ) : void
OgreSkeletonSerializer ( ) : System

Защищенные методы

Метод Описание
ReadAnimation ( BinaryReader reader ) : void

Reads animation information from the file.

ReadAnimationTrack ( BinaryReader reader, Animation anim ) : void

Reads an animation track.

ReadAttachmentPoint ( BinaryReader reader ) : void

Reads bone information from the file.

ReadBone ( BinaryReader reader ) : void

Reads bone information from the file.

ReadBoneParent ( BinaryReader reader ) : void

Reads bone information from the file.

ReadChunk ( BinaryReader reader ) : SkeletonChunkID
ReadKeyFrame ( BinaryReader reader, NodeAnimationTrack track ) : void

Reads an animation track section.

WriteAnimation ( BinaryWriter writer, Animation anim ) : void
WriteAnimationTrack ( BinaryWriter writer, NodeAnimationTrack track ) : void
WriteAttachmentPoint ( BinaryWriter writer, AttachmentPoint ap, Bone bone ) : void
WriteBone ( BinaryWriter writer, Bone bone ) : void
WriteBoneParent ( BinaryWriter writer, Bone bone, Bone parent ) : void
WriteKeyFrame ( BinaryWriter writer, TransformKeyFrame keyFrame ) : void
WriteSkeleton ( BinaryWriter writer ) : void

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

ExportSkeleton() публичный метод

public ExportSkeleton ( Skeleton skeleton, string fileName ) : void
skeleton Axiom.Animating.Skeleton
fileName string
Результат void

ImportSkeleton() публичный метод

public ImportSkeleton ( Stream stream, Skeleton skeleton ) : void
stream Stream
skeleton Axiom.Animating.Skeleton
Результат void

OgreSkeletonSerializer() публичный метод

public OgreSkeletonSerializer ( ) : System
Результат System

ReadAnimation() защищенный метод

Reads animation information from the file.
protected ReadAnimation ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Результат void

ReadAnimationTrack() защищенный метод

Reads an animation track.
protected ReadAnimationTrack ( BinaryReader reader, Animation anim ) : void
reader BinaryReader
anim Animation
Результат void

ReadAttachmentPoint() защищенный метод

Reads bone information from the file.
protected ReadAttachmentPoint ( BinaryReader reader ) : void
reader BinaryReader
Результат void

ReadBone() защищенный метод

Reads bone information from the file.
protected ReadBone ( BinaryReader reader ) : void
reader BinaryReader
Результат void

ReadBoneParent() защищенный метод

Reads bone information from the file.
protected ReadBoneParent ( BinaryReader reader ) : void
reader BinaryReader
Результат void

ReadChunk() защищенный метод

protected ReadChunk ( BinaryReader reader ) : SkeletonChunkID
reader BinaryReader
Результат SkeletonChunkID

ReadKeyFrame() защищенный метод

Reads an animation track section.
protected ReadKeyFrame ( BinaryReader reader, NodeAnimationTrack track ) : void
reader BinaryReader
track NodeAnimationTrack
Результат void

WriteAnimation() защищенный метод

protected WriteAnimation ( BinaryWriter writer, Animation anim ) : void
writer BinaryWriter
anim Animation
Результат void

WriteAnimationTrack() защищенный метод

protected WriteAnimationTrack ( BinaryWriter writer, NodeAnimationTrack track ) : void
writer BinaryWriter
track NodeAnimationTrack
Результат void

WriteAttachmentPoint() защищенный метод

protected WriteAttachmentPoint ( BinaryWriter writer, AttachmentPoint ap, Bone bone ) : void
writer BinaryWriter
ap AttachmentPoint
bone Bone
Результат void

WriteBone() защищенный метод

protected WriteBone ( BinaryWriter writer, Bone bone ) : void
writer BinaryWriter
bone Bone
Результат void

WriteBoneParent() защищенный метод

protected WriteBoneParent ( BinaryWriter writer, Bone bone, Bone parent ) : void
writer BinaryWriter
bone Bone
parent Bone
Результат void

WriteKeyFrame() защищенный метод

protected WriteKeyFrame ( BinaryWriter writer, TransformKeyFrame keyFrame ) : void
writer BinaryWriter
keyFrame TransformKeyFrame
Результат void

WriteSkeleton() защищенный метод

protected WriteSkeleton ( BinaryWriter writer ) : void
writer BinaryWriter
Результат void