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

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

공개 프로퍼티들

프로퍼티 타입 설명
GroupIndex ushort
PortalIndex ushort
Side short
Unknown ushort

공개 메소드들

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

메소드 상세

GetSize() 공개 정적인 메소드

public static GetSize ( ) : int
리턴 int

PortalReference() 공개 메소드

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

Serialize() 공개 메소드

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

프로퍼티 상세

GroupIndex 공개적으로 프로퍼티

public ushort GroupIndex
리턴 ushort

PortalIndex 공개적으로 프로퍼티

public ushort PortalIndex
리턴 ushort

Side 공개적으로 프로퍼티

public short Side
리턴 short

Unknown 공개적으로 프로퍼티

public ushort Unknown
리턴 ushort