C# 클래스 Warcraft.WMO.RootFile.ModelRoot

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

공개 프로퍼티들

프로퍼티 타입 설명
ConvexPlanes Warcraft.WMO.RootFile.Chunks.ModelConvexPlanes
DoodadInstances Warcraft.WMO.RootFile.Chunks.ModelDoodadInstances
DoodadPaths Warcraft.WMO.RootFile.Chunks.ModelDoodadPaths
DoodadSets Warcraft.WMO.RootFile.Chunks.ModelDoodadSets
Fog Warcraft.WMO.RootFile.Chunks.ModelFog
GameObjectFileID Warcraft.WMO.RootFile.Chunks.ModelGameObjectFileID
GroupInformation Warcraft.WMO.RootFile.Chunks.ModelGroupInformation
GroupNames Warcraft.WMO.RootFile.Chunks.ModelGroupNames
Header ModelRootHeader
Materials Warcraft.WMO.RootFile.Chunks.ModelMaterials
PortalReferences Warcraft.WMO.RootFile.Chunks.ModelPortalReferences
PortalVertices Warcraft.WMO.RootFile.Chunks.ModelPortalVertices
Portals Warcraft.WMO.RootFile.Chunks.ModelPortals
Skybox Warcraft.WMO.RootFile.Chunks.ModelSkybox
StaticLighting Warcraft.WMO.RootFile.Chunks.ModelStaticLighting
Textures Warcraft.WMO.RootFile.Chunks.ModelTextures
Version Warcraft.ADT.Chunks.TerrainVersion
VisibleBlocks Warcraft.WMO.RootFile.Chunks.ModelVisibleBlocks
VisibleVertices Warcraft.WMO.RootFile.Chunks.ModelVisibleVertices

공개 메소드들

메소드 설명
ContainsGroup ( ModelGroup modelGroup ) : bool
GetInternalDescriptiveGroupName ( ModelGroup modelGroup ) : string
GetInternalGroupName ( ModelGroup modelGroup ) : string
ModelRoot ( byte inData ) : System.IO
Serialize ( ) : byte[]

메소드 상세

ContainsGroup() 공개 메소드

public ContainsGroup ( ModelGroup modelGroup ) : bool
modelGroup Warcraft.WMO.GroupFile.ModelGroup
리턴 bool

GetInternalDescriptiveGroupName() 공개 메소드

public GetInternalDescriptiveGroupName ( ModelGroup modelGroup ) : string
modelGroup Warcraft.WMO.GroupFile.ModelGroup
리턴 string

GetInternalGroupName() 공개 메소드

public GetInternalGroupName ( ModelGroup modelGroup ) : string
modelGroup Warcraft.WMO.GroupFile.ModelGroup
리턴 string

ModelRoot() 공개 메소드

public ModelRoot ( byte inData ) : System.IO
inData byte
리턴 System.IO

Serialize() 공개 메소드

public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

ConvexPlanes 공개적으로 프로퍼티

public ModelConvexPlanes,Warcraft.WMO.RootFile.Chunks ConvexPlanes
리턴 Warcraft.WMO.RootFile.Chunks.ModelConvexPlanes

DoodadInstances 공개적으로 프로퍼티

public ModelDoodadInstances,Warcraft.WMO.RootFile.Chunks DoodadInstances
리턴 Warcraft.WMO.RootFile.Chunks.ModelDoodadInstances

DoodadPaths 공개적으로 프로퍼티

public ModelDoodadPaths,Warcraft.WMO.RootFile.Chunks DoodadPaths
리턴 Warcraft.WMO.RootFile.Chunks.ModelDoodadPaths

DoodadSets 공개적으로 프로퍼티

public ModelDoodadSets,Warcraft.WMO.RootFile.Chunks DoodadSets
리턴 Warcraft.WMO.RootFile.Chunks.ModelDoodadSets

Fog 공개적으로 프로퍼티

public ModelFog,Warcraft.WMO.RootFile.Chunks Fog
리턴 Warcraft.WMO.RootFile.Chunks.ModelFog

GameObjectFileID 공개적으로 프로퍼티

public ModelGameObjectFileID,Warcraft.WMO.RootFile.Chunks GameObjectFileID
리턴 Warcraft.WMO.RootFile.Chunks.ModelGameObjectFileID

GroupInformation 공개적으로 프로퍼티

public ModelGroupInformation,Warcraft.WMO.RootFile.Chunks GroupInformation
리턴 Warcraft.WMO.RootFile.Chunks.ModelGroupInformation

GroupNames 공개적으로 프로퍼티

public ModelGroupNames,Warcraft.WMO.RootFile.Chunks GroupNames
리턴 Warcraft.WMO.RootFile.Chunks.ModelGroupNames

Header 공개적으로 프로퍼티

public ModelRootHeader,Warcraft.WMO.RootFile Header
리턴 ModelRootHeader

Materials 공개적으로 프로퍼티

public ModelMaterials,Warcraft.WMO.RootFile.Chunks Materials
리턴 Warcraft.WMO.RootFile.Chunks.ModelMaterials

PortalReferences 공개적으로 프로퍼티

public ModelPortalReferences,Warcraft.WMO.RootFile.Chunks PortalReferences
리턴 Warcraft.WMO.RootFile.Chunks.ModelPortalReferences

PortalVertices 공개적으로 프로퍼티

public ModelPortalVertices,Warcraft.WMO.RootFile.Chunks PortalVertices
리턴 Warcraft.WMO.RootFile.Chunks.ModelPortalVertices

Portals 공개적으로 프로퍼티

public ModelPortals,Warcraft.WMO.RootFile.Chunks Portals
리턴 Warcraft.WMO.RootFile.Chunks.ModelPortals

Skybox 공개적으로 프로퍼티

public ModelSkybox,Warcraft.WMO.RootFile.Chunks Skybox
리턴 Warcraft.WMO.RootFile.Chunks.ModelSkybox

StaticLighting 공개적으로 프로퍼티

public ModelStaticLighting,Warcraft.WMO.RootFile.Chunks StaticLighting
리턴 Warcraft.WMO.RootFile.Chunks.ModelStaticLighting

Textures 공개적으로 프로퍼티

public ModelTextures,Warcraft.WMO.RootFile.Chunks Textures
리턴 Warcraft.WMO.RootFile.Chunks.ModelTextures

Version 공개적으로 프로퍼티

public TerrainVersion,Warcraft.ADT.Chunks Version
리턴 Warcraft.ADT.Chunks.TerrainVersion

VisibleBlocks 공개적으로 프로퍼티

public ModelVisibleBlocks,Warcraft.WMO.RootFile.Chunks VisibleBlocks
리턴 Warcraft.WMO.RootFile.Chunks.ModelVisibleBlocks

VisibleVertices 공개적으로 프로퍼티

public ModelVisibleVertices,Warcraft.WMO.RootFile.Chunks VisibleVertices
리턴 Warcraft.WMO.RootFile.Chunks.ModelVisibleVertices