C# 클래스 Warcraft.ADT.Chunks.Subchunks.MapChunkVertexLighting

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

공개 프로퍼티들

프로퍼티 타입 설명
HighResVertexLights List
LowResVertexLights List

공개 메소드들

메소드 설명
GetSignature ( ) : string
LoadBinaryData ( byte inData ) : void
MapChunkVertexLighting ( ) : System.Collections.Generic
MapChunkVertexLighting ( byte inData ) : System.Collections.Generic

메소드 상세

GetSignature() 공개 메소드

public GetSignature ( ) : string
리턴 string

LoadBinaryData() 공개 메소드

public LoadBinaryData ( byte inData ) : void
inData byte
리턴 void

MapChunkVertexLighting() 공개 메소드

public MapChunkVertexLighting ( ) : System.Collections.Generic
리턴 System.Collections.Generic

MapChunkVertexLighting() 공개 메소드

public MapChunkVertexLighting ( byte inData ) : System.Collections.Generic
inData byte
리턴 System.Collections.Generic

프로퍼티 상세

HighResVertexLights 공개적으로 프로퍼티

public List HighResVertexLights
리턴 List

LowResVertexLights 공개적으로 프로퍼티

public List LowResVertexLights
리턴 List