C# 클래스 Warcraft.MDX.MDX

상속: IDisposable
파일 보기 프로젝트 열기: Nihlus/libwarcraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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