Свойство | Тип | Описание | |
---|---|---|---|
Peers | NetPeer>.Dictionary |
Метод | Описание | |
---|---|---|
Connect ( string Name, string Host, int Port ) : |
||
Connect ( string Name, string Host, int Port, Lidgren.Network.NetPeerConfiguration Configuration ) : |
||
Construct ( ) : |
Construct an outbound message without any built variables.
|
|
Construct ( |
Construct an outbound message with the following packet (byte).
|
|
Construct ( string Name ) : |
Construct an outbound message without any built variables.
|
|
Construct ( string Name, |
Construct an outbound message with the following packet (byte).
|
|
Flush ( string Name ) : void | ||
Initialize ( ) : void | ||
IsNullOrServer ( ) : bool | ||
IsNullOrServer ( string Name ) : bool | ||
Peer ( ) : |
||
Peer ( string Name ) : |
||
Read ( string Name ) : |
||
ReadBoundingSphere ( this Message ) : BoundingSphere | ||
ReadLine ( this Message ) : Line | ||
ReadMatrix ( this Message ) : Matrix | ||
ReadPoint ( this Message ) : Point | ||
ReadPolygon ( this Message ) : |
||
ReadQuaternion ( this Message, int Bits ) : Microsoft.Xna.Framework.Quaternion | ||
ReadRectangle ( this Message ) : |
||
ReadVector2 ( this Message ) : Vector2 | ||
ReadVector3 ( this Message ) : Vector3 | ||
ReadVector4 ( this Message ) : Vector4 | ||
Send ( |
||
Send ( |
||
Send ( string Name, |
||
Send ( string Name, |
||
SendTo ( |
||
SendTo ( string Name, |
||
Shutdown ( string Name, string Reason ) : void | ||
Start ( string Name, Lidgren.Network.NetPeerConfiguration Configuration ) : |
Start a server on a peer.
|
|
Start ( string Name, int Port, int MaximumConnections ) : |
Start a server on a peer.
|
|
Type ( ) : Types? | ||
Type ( string Name ) : Types? | ||
Write ( this Message, BoundingSphere BoundingSphere ) : void | ||
Write ( this Message, Line Variable ) : void | ||
Write ( this Message, Matrix Variable ) : void | ||
Write ( this Message, Point Variable ) : void | ||
Write ( this Message, |
||
Write ( this Message, Microsoft.Xna.Framework.Quaternion Quaternion, int Bits ) : void | ||
Write ( this Message, |
||
Write ( this Message, Vector2 Variable ) : void | ||
Write ( this Message, Vector3 Variable ) : void | ||
Write ( this Message, Vector4 Variable ) : void | ||
Write ( this Message, object Variable ) : void |
public static Connect ( string Name, string Host, int Port ) : |
||
Name | string | |
Host | string | |
Port | int | |
Результат |
public static Connect ( string Name, string Host, int Port, Lidgren.Network.NetPeerConfiguration Configuration ) : |
||
Name | string | |
Host | string | |
Port | int | |
Configuration | Lidgren.Network.NetPeerConfiguration | |
Результат |
public static Construct ( ) : |
||
Результат |
public static Construct ( |
||
Packet | The packet to send at the start of the message (will be converted to a byte). | |
Результат |
public static Construct ( string Name ) : |
||
Name | string | The name of the peer to construct the message from. |
Результат |
public static Construct ( string Name, |
||
Name | string | The name of the peer to construct the message from. |
Packet | The packet to send at the start of the message (will be converted to a byte). | |
Результат |
public static Flush ( string Name ) : void | ||
Name | string | |
Результат | void |
public static IsNullOrServer ( string Name ) : bool | ||
Name | string | |
Результат | bool |
public static Peer ( ) : |
||
Результат |
public static Peer ( string Name ) : |
||
Name | string | |
Результат |
public static Read ( string Name ) : |
||
Name | string | |
Результат |
public static ReadBoundingSphere ( this Message ) : BoundingSphere | ||
Message | this | |
Результат | BoundingSphere |
public static ReadLine ( this Message ) : Line | ||
Message | this | |
Результат | Line |
public static ReadMatrix ( this Message ) : Matrix | ||
Message | this | |
Результат | Matrix |
public static ReadPoint ( this Message ) : Point | ||
Message | this | |
Результат | Point |
public static ReadPolygon ( this Message ) : |
||
Message | this | |
Результат |
public static ReadQuaternion ( this Message, int Bits ) : Microsoft.Xna.Framework.Quaternion | ||
Message | this | |
Bits | int | |
Результат | Microsoft.Xna.Framework.Quaternion |
public static ReadRectangle ( this Message ) : |
||
Message | this | |
Результат |
public static ReadVector2 ( this Message ) : Vector2 | ||
Message | this | |
Результат | Vector2 |
public static ReadVector3 ( this Message ) : Vector3 | ||
Message | this | |
Результат | Vector3 |
public static ReadVector4 ( this Message ) : Vector4 | ||
Message | this | |
Результат | Vector4 |
public static Send ( |
||
Message | ||
Except | ||
Method | NetDeliveryMethod | |
Channel | int | |
Результат | void |
public static Send ( |
||
Message | ||
Method | NetDeliveryMethod | |
Channel | int | |
Результат | void |
public static Send ( string Name, |
||
Name | string | |
Message | ||
Except | ||
Method | NetDeliveryMethod | |
Channel | int | |
Результат | void |
public static Send ( string Name, |
||
Name | string | |
Message | ||
Method | NetDeliveryMethod | |
Channel | int | |
Результат | void |
public static SendTo ( |
||
Message | ||
To | ||
Method | NetDeliveryMethod | |
Channel | int | |
Результат | void |
public static SendTo ( string Name, |
||
Name | string | |
Message | ||
To | ||
Method | NetDeliveryMethod | |
Channel | int | |
Результат | void |
public static Shutdown ( string Name, string Reason ) : void | ||
Name | string | |
Reason | string | |
Результат | void |
public static Start ( string Name, Lidgren.Network.NetPeerConfiguration Configuration ) : |
||
Name | string | The name of the peer. |
Configuration | Lidgren.Network.NetPeerConfiguration | The configuration for the server. |
Результат |
public static Start ( string Name, int Port, int MaximumConnections ) : |
||
Name | string | The name of the peer. |
Port | int | The port of the server. |
MaximumConnections | int | The maximum connections on the server. |
Результат |
public static Type ( string Name ) : Types? | ||
Name | string | |
Результат | Types? |
public static Write ( this Message, BoundingSphere BoundingSphere ) : void | ||
Message | this | |
BoundingSphere | BoundingSphere | |
Результат | void |
public static Write ( this Message, Line Variable ) : void | ||
Message | this | |
Variable | Line | |
Результат | void |
public static Write ( this Message, Matrix Variable ) : void | ||
Message | this | |
Variable | Matrix | |
Результат | void |
public static Write ( this Message, Point Variable ) : void | ||
Message | this | |
Variable | Point | |
Результат | void |
public static Write ( this Message, |
||
Message | this | |
Variable | ||
Результат | void |
public static Write ( this Message, Microsoft.Xna.Framework.Quaternion Quaternion, int Bits ) : void | ||
Message | this | |
Quaternion | Microsoft.Xna.Framework.Quaternion | |
Bits | int | |
Результат | void |
public static Write ( this Message, |
||
Message | this | |
Variable | ||
Результат | void |
public static Write ( this Message, Vector2 Variable ) : void | ||
Message | this | |
Variable | Vector2 | |
Результат | void |
public static Write ( this Message, Vector3 Variable ) : void | ||
Message | this | |
Variable | Vector3 | |
Результат | void |
public static Write ( this Message, Vector4 Variable ) : void | ||
Message | this | |
Variable | Vector4 | |
Результат | void |
public static Write ( this Message, object Variable ) : void | ||
Message | this | |
Variable | object | |
Результат | void |