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

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

Public Properties

Property Type Description
BaseVertexIndex ushort
PortalPlane Plane
VertexCount ushort

Public Methods

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

Method Details

GetSize() public static method

public static GetSize ( ) : int
return int

Portal() public method

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

Serialize() public method

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

Property Details

BaseVertexIndex public_oe property

public ushort BaseVertexIndex
return ushort

PortalPlane public_oe property

public Plane PortalPlane
return Plane

VertexCount public_oe property

public ushort VertexCount
return ushort