C# Класс Warcraft.MDX.MDX

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

Открытые свойства

Свойство Тип Описание
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

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

Метод Описание
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

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

Метод Описание
PeekFlags ( BinaryReader br ) : ModelObjectFlags
PeekFormat ( BinaryReader br ) : WarcraftVersion

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

Dispose() публичный Метод

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
Результат void

MDX() публичный Метод

public MDX ( Stream MDXStream ) : System
MDXStream Stream
Результат System

Описание свойств

AnimationSequenceLookupTable публичное свойство

public List AnimationSequenceLookupTable
Результат List

AnimationSequences публичное свойство

public List AnimationSequences
Результат List

Bones публичное свойство

public List Bones
Результат List

ColourAnimations публичное свойство

public List ColourAnimations
Результат List

GlobalSequenceTimestamps публичное свойство

public List GlobalSequenceTimestamps
Результат List

Header публичное свойство

public MDXHeader,Warcraft.MDX Header
Результат MDXHeader

KeyedBoneLookupTable публичное свойство

public List KeyedBoneLookupTable
Результат List

LODViews публичное свойство

public List LODViews
Результат List

Name публичное свойство

public string Name
Результат string

PlayableAnimationLookupTable публичное свойство

public List PlayableAnimationLookupTable
Результат List

RenderFlags публичное свойство

public List RenderFlags
Результат List

TextureLookupTable публичное свойство

public List TextureLookupTable
Результат List

TextureUnitLookupTable публичное свойство

public List TextureUnitLookupTable
Результат List

Textures публичное свойство

public List Textures
Результат List

TransparencyAnimations публичное свойство

public List> TransparencyAnimations
Результат List>

TransparencyLookupTable публичное свойство

public List TransparencyLookupTable
Результат List

UVAnimations публичное свойство

public List UVAnimations
Результат List

Vertices публичное свойство

public List Vertices
Результат List