3rd Eye Scene C#
3rd Eye Scene C# documentation
|
Message sent to destroy a previously defined mesh resource. More...
Public Member Functions | |
bool | Read (BinaryReader reader) |
Read the message from the given reader . | |
bool | Write (PacketBuffer packet) |
Write this message to packet . | |
Public Attributes | |
uint | MeshID |
The mesh resource ID. | |
Properties | |
static ushort | MessageID [get] |
MeshMessageType for this message. |
Message sent to destroy a previously defined mesh resource.
bool Tes::Net::MeshDestroyMessage::Read | ( | BinaryReader | reader | ) | [inline] |
Read the message from the given reader .
reader | The reader to read from. |
bool Tes::Net::MeshDestroyMessage::Write | ( | PacketBuffer | packet | ) | [inline] |
Write this message to packet .
packet | The packet to write to. |
The mesh resource ID.
Unique among mesh resources.