Method | Description | |
---|---|---|
ExportSkeleton ( |
||
ImportSkeleton ( Stream stream, |
||
OgreSkeletonSerializer ( ) : System |
Method | Description | |
---|---|---|
ReadAnimation ( |
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 |
public ExportSkeleton ( |
||
skeleton | ||
fileName | string | |
return | void |
public ImportSkeleton ( Stream stream, |
||
stream | Stream | |
skeleton | ||
return | void |
protected ReadAnimation ( |
||
reader | ||
return | void |
protected ReadAnimationTrack ( BinaryReader reader, Animation anim ) : void | ||
reader | BinaryReader | |
anim | Animation | |
return | void |
protected ReadAttachmentPoint ( BinaryReader reader ) : void | ||
reader | BinaryReader | |
return | void |
protected ReadBone ( BinaryReader reader ) : void | ||
reader | BinaryReader | |
return | void |
protected ReadBoneParent ( BinaryReader reader ) : void | ||
reader | BinaryReader | |
return | void |
protected ReadChunk ( BinaryReader reader ) : SkeletonChunkID | ||
reader | BinaryReader | |
return | SkeletonChunkID |
protected ReadKeyFrame ( BinaryReader reader, NodeAnimationTrack track ) : void | ||
reader | BinaryReader | |
track | NodeAnimationTrack | |
return | void |
protected WriteAnimation ( BinaryWriter writer, Animation anim ) : void | ||
writer | BinaryWriter | |
anim | Animation | |
return | void |
protected WriteAnimationTrack ( BinaryWriter writer, NodeAnimationTrack track ) : void | ||
writer | BinaryWriter | |
track | NodeAnimationTrack | |
return | void |
protected WriteAttachmentPoint ( BinaryWriter writer, AttachmentPoint ap, Bone bone ) : void | ||
writer | BinaryWriter | |
ap | AttachmentPoint | |
bone | Bone | |
return | void |
protected WriteBone ( BinaryWriter writer, Bone bone ) : void | ||
writer | BinaryWriter | |
bone | Bone | |
return | void |
protected WriteBoneParent ( BinaryWriter writer, Bone bone, Bone parent ) : void | ||
writer | BinaryWriter | |
bone | Bone | |
parent | Bone | |
return | void |
protected WriteKeyFrame ( BinaryWriter writer, TransformKeyFrame keyFrame ) : void | ||
writer | BinaryWriter | |
keyFrame | TransformKeyFrame | |
return | void |
protected WriteSkeleton ( BinaryWriter writer ) : void | ||
writer | BinaryWriter | |
return | void |