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

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

공개 프로퍼티들

프로퍼티 타입 설명
BoundingBox Box
Flags GroupFlags
GroupNameOffset int

공개 메소드들

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

메소드 상세

GetSize() 공개 정적인 메소드

public static GetSize ( ) : int
리턴 int

GroupInformation() 공개 메소드

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

HasGroupName() 공개 메소드

public HasGroupName ( ) : bool
리턴 bool

Serialize() 공개 메소드

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

프로퍼티 상세

BoundingBox 공개적으로 프로퍼티

public Box BoundingBox
리턴 Box

Flags 공개적으로 프로퍼티

public GroupFlags Flags
리턴 GroupFlags

GroupNameOffset 공개적으로 프로퍼티

public int GroupNameOffset
리턴 int