Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Networking (in Visual3D.Networking.dll) Version: 1.0.0.0 (1.0.0.0)
Specifies mode for sending messages: to send only to specified recipient or to all except specified
Namespace: Visual3D.NetworkingAssembly: Visual3D.Networking (in Visual3D.Networking.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public enum NetSendMode
Public Enumeration NetSendMode
Members
| Member | Value | Description |
|---|---|---|
| Specified | 0 | |
| AllExceptSpecified | 1 |