C# Class Warcraft.MDX.MDX

Inheritance: IDisposable
Afficher le fichier Open project: Nihlus/libwarcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationSequenceLookupTable List
AnimationSequences List
Bones List
ColourAnimations List
GlobalSequenceTimestamps List
Header MDXHeader
KeyedBoneLookupTable List
LODViews List
Name string
PlayableAnimationLookupTable List
RenderFlags List
TextureLookupTable List
TextureUnitLookupTable List
Textures List
TransparencyAnimations List>
TransparencyLookupTable List
UVAnimations List
Vertices List

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all resource used by the Warcraft.MDX.MDX object.

Call Dispose when you are finished using the Warcraft.MDX.MDX. The Dispose method leaves the Warcraft.MDX.MDX in an unusable state. After calling Dispose, you must release all references to the Warcraft.MDX.MDX so the garbage collector can reclaim the memory that the Warcraft.MDX.MDX was occupying.

MDX ( Stream MDXStream ) : System

Private Methods

Méthode Description
PeekFlags ( BinaryReader br ) : ModelObjectFlags
PeekFormat ( BinaryReader br ) : WarcraftVersion

Method Details

Dispose() public méthode

Releases all resource used by the Warcraft.MDX.MDX object.
Call Dispose when you are finished using the Warcraft.MDX.MDX. The Dispose method leaves the Warcraft.MDX.MDX in an unusable state. After calling Dispose, you must release all references to the Warcraft.MDX.MDX so the garbage collector can reclaim the memory that the Warcraft.MDX.MDX was occupying.
public Dispose ( ) : void
Résultat void

MDX() public méthode

public MDX ( Stream MDXStream ) : System
MDXStream Stream
Résultat System

Property Details

AnimationSequenceLookupTable public_oe property

public List AnimationSequenceLookupTable
Résultat List

AnimationSequences public_oe property

public List AnimationSequences
Résultat List

Bones public_oe property

public List Bones
Résultat List

ColourAnimations public_oe property

public List ColourAnimations
Résultat List

GlobalSequenceTimestamps public_oe property

public List GlobalSequenceTimestamps
Résultat List

Header public_oe property

public MDXHeader,Warcraft.MDX Header
Résultat MDXHeader

KeyedBoneLookupTable public_oe property

public List KeyedBoneLookupTable
Résultat List

LODViews public_oe property

public List LODViews
Résultat List

Name public_oe property

public string Name
Résultat string

PlayableAnimationLookupTable public_oe property

public List PlayableAnimationLookupTable
Résultat List

RenderFlags public_oe property

public List RenderFlags
Résultat List

TextureLookupTable public_oe property

public List TextureLookupTable
Résultat List

TextureUnitLookupTable public_oe property

public List TextureUnitLookupTable
Résultat List

Textures public_oe property

public List Textures
Résultat List

TransparencyAnimations public_oe property

public List> TransparencyAnimations
Résultat List>

TransparencyLookupTable public_oe property

public List TransparencyLookupTable
Résultat List

UVAnimations public_oe property

public List UVAnimations
Résultat List

Vertices public_oe property

public List Vertices
Résultat List