Class ClientRpcAttribute
Inherited Members
Namespace: UnityEngine.Networking
Assembly: com.unity.multiplayer-hlapi.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
[Obsolete("The high level API classes are deprecated and will be removed in the future.")]
public class ClientRpcAttribute : Attribute
Fields
channel
The channel ID which this RPC transmission will use.
Declaration
public int channel
Field Value
Type | Description |
---|---|
int |