C# Class Warcraft.WMO.RootFile.Chunks.PortalReference

Inheritance: IBinarySerializable
显示文件 Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
GroupIndex ushort
PortalIndex ushort
Side short
Unknown ushort

Public Methods

Method Description
GetSize ( ) : int
PortalReference ( byte inData ) : System.Collections.Generic
Serialize ( ) : byte[]

Method Details

GetSize() public static method

public static GetSize ( ) : int
return int

PortalReference() public method

public PortalReference ( byte inData ) : System.Collections.Generic
inData byte
return System.Collections.Generic

Serialize() public method

public Serialize ( ) : byte[]
return byte[]

Property Details

GroupIndex public_oe property

public ushort GroupIndex
return ushort

PortalIndex public_oe property

public ushort PortalIndex
return ushort

Side public_oe property

public short Side
return short

Unknown public_oe property

public ushort Unknown
return ushort