C# Class Axiom.Serialization.OgreSkeletonSerializer

Summary description for OgreSkeletonSerializer.
Inheritance: Serializer
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
ExportSkeleton ( Skeleton skeleton, string fileName ) : void
ImportSkeleton ( Stream stream, Skeleton skeleton ) : void
OgreSkeletonSerializer ( ) : System

Méthodes protégées

Méthode Description
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

Method Details

ExportSkeleton() public méthode

public ExportSkeleton ( Skeleton skeleton, string fileName ) : void
skeleton Axiom.Animating.Skeleton
fileName string
Résultat void

ImportSkeleton() public méthode

public ImportSkeleton ( Stream stream, Skeleton skeleton ) : void
stream Stream
skeleton Axiom.Animating.Skeleton
Résultat void

OgreSkeletonSerializer() public méthode

public OgreSkeletonSerializer ( ) : System
Résultat System

ReadAnimation() protected méthode

Reads animation information from the file.
protected ReadAnimation ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

ReadAnimationTrack() protected méthode

Reads an animation track.
protected ReadAnimationTrack ( BinaryReader reader, Animation anim ) : void
reader BinaryReader
anim Animation
Résultat void

ReadAttachmentPoint() protected méthode

Reads bone information from the file.
protected ReadAttachmentPoint ( BinaryReader reader ) : void
reader BinaryReader
Résultat void

ReadBone() protected méthode

Reads bone information from the file.
protected ReadBone ( BinaryReader reader ) : void
reader BinaryReader
Résultat void

ReadBoneParent() protected méthode

Reads bone information from the file.
protected ReadBoneParent ( BinaryReader reader ) : void
reader BinaryReader
Résultat void

ReadChunk() protected méthode

protected ReadChunk ( BinaryReader reader ) : SkeletonChunkID
reader BinaryReader
Résultat SkeletonChunkID

ReadKeyFrame() protected méthode

Reads an animation track section.
protected ReadKeyFrame ( BinaryReader reader, NodeAnimationTrack track ) : void
reader BinaryReader
track NodeAnimationTrack
Résultat void

WriteAnimation() protected méthode

protected WriteAnimation ( BinaryWriter writer, Animation anim ) : void
writer BinaryWriter
anim Animation
Résultat void

WriteAnimationTrack() protected méthode

protected WriteAnimationTrack ( BinaryWriter writer, NodeAnimationTrack track ) : void
writer BinaryWriter
track NodeAnimationTrack
Résultat void

WriteAttachmentPoint() protected méthode

protected WriteAttachmentPoint ( BinaryWriter writer, AttachmentPoint ap, Bone bone ) : void
writer BinaryWriter
ap AttachmentPoint
bone Bone
Résultat void

WriteBone() protected méthode

protected WriteBone ( BinaryWriter writer, Bone bone ) : void
writer BinaryWriter
bone Bone
Résultat void

WriteBoneParent() protected méthode

protected WriteBoneParent ( BinaryWriter writer, Bone bone, Bone parent ) : void
writer BinaryWriter
bone Bone
parent Bone
Résultat void

WriteKeyFrame() protected méthode

protected WriteKeyFrame ( BinaryWriter writer, TransformKeyFrame keyFrame ) : void
writer BinaryWriter
keyFrame TransformKeyFrame
Résultat void

WriteSkeleton() protected méthode

protected WriteSkeleton ( BinaryWriter writer ) : void
writer BinaryWriter
Résultat void