C# 클래스 Warcraft.WMO.RootFile.Chunks.Portal

상속: IBinarySerializable
파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 프로퍼티들

프로퍼티 타입 설명
BaseVertexIndex ushort
PortalPlane Plane
VertexCount ushort

공개 메소드들

메소드 설명
GetSize ( ) : int
Portal ( byte inData ) : System.Collections.Generic
Serialize ( ) : byte[]

메소드 상세

GetSize() 공개 정적인 메소드

public static GetSize ( ) : int
리턴 int

Portal() 공개 메소드

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

Serialize() 공개 메소드

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

프로퍼티 상세

BaseVertexIndex 공개적으로 프로퍼티

public ushort BaseVertexIndex
리턴 ushort

PortalPlane 공개적으로 프로퍼티

public Plane PortalPlane
리턴 Plane

VertexCount 공개적으로 프로퍼티

public ushort VertexCount
리턴 ushort