14 KiB
14 KiB
NetworkedBehaviour Methods
The NetworkedBehaviour type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BroadcastMessage(String) | (Inherited from Component.) |
![]() | BroadcastMessage(String, Object) | (Inherited from Component.) |
![]() | BroadcastMessage(String, SendMessageOptions) | (Inherited from Component.) |
![]() | BroadcastMessage(String, Object, SendMessageOptions) | (Inherited from Component.) |
![]() | CancelInvoke() | (Inherited from MonoBehaviour.) |
![]() | CancelInvoke(String) | (Inherited from MonoBehaviour.) |
![]() | CompareTag | (Inherited from Component.) |
![]() | DeregisterMessageHandler | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetComponent(Type) | (Inherited from Component.) |
![]() | GetComponent(String) | (Inherited from Component.) |
![]() | GetComponent1()</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponentInChildren(Type)</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponentInChildren(Type, Boolean)</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponentInChildren 1() | (Inherited from Component.) |
![]() | GetComponentInChildren1(Boolean)</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponentInParent(Type)</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponentInParent 1() | (Inherited from Component.) |
![]() | GetComponents(Type) | (Inherited from Component.) |
![]() | GetComponents(Type, List(Component)) | (Inherited from Component.) |
![]() | GetComponents1()</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponents 1(List(UMP)) | (Inherited from Component.) |
![]() | GetComponentsInChildren(Type) | (Inherited from Component.) |
![]() | GetComponentsInChildren(Type, Boolean) | (Inherited from Component.) |
![]() | GetComponentsInChildren1()</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponentsInChildren 1(Boolean) | (Inherited from Component.) |
![]() | GetComponentsInChildren1(List(UMP))</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponentsInChildren 1(Boolean, List(UMP)) | (Inherited from Component.) |
![]() | GetComponentsInParent(Type) | (Inherited from Component.) |
![]() | GetComponentsInParent(Type, Boolean) | (Inherited from Component.) |
![]() | GetComponentsInParent1()</td><td> (Inherited from Component.)</td></tr><tr><td></td><td>GetComponentsInParent 1(Boolean) | (Inherited from Component.) |
![]() | GetComponentsInParent``1(Boolean, List(UMP)) | (Inherited from Component.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInstanceID | (Inherited from Object.) |
![]() | GetNetworkedObject | Gets the local instance of a object with a given NetworkId |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke | (Inherited from MonoBehaviour.) |
![]() | InvokeRepeating | (Inherited from MonoBehaviour.) |
![]() | IsInvoking() | (Inherited from MonoBehaviour.) |
![]() | IsInvoking(String) | (Inherited from MonoBehaviour.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NetworkStart | |
![]() | OnGainedOwnership | |
![]() | OnLostOwnership | |
![]() | RegisterMessageHandler | |
![]() | SendMessage(String) | (Inherited from Component.) |
![]() | SendMessage(String, Object) | (Inherited from Component.) |
![]() | SendMessage(String, SendMessageOptions) | (Inherited from Component.) |
![]() | SendMessage(String, Object, SendMessageOptions) | (Inherited from Component.) |
![]() | SendMessageUpwards(String) | (Inherited from Component.) |
![]() | SendMessageUpwards(String, Object) | (Inherited from Component.) |
![]() | SendMessageUpwards(String, SendMessageOptions) | (Inherited from Component.) |
![]() | SendMessageUpwards(String, Object, SendMessageOptions) | (Inherited from Component.) |
![]() | SendToClient | Sends a buffer to a client with a given clientId from Server |
![]() | SendToClients(String, String, Byte[]) | Sends a buffer to all clients from the server |
![]() | SendToClients(List(Int32), String, String, Byte[]) | Sends a buffer to multiple clients from the server |
![]() | SendToClients(Int32[], String, String, Byte[]) | Sends a buffer to multiple clients from the server |
![]() | SendToClientsTarget(String, String, Byte[]) | Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked |
![]() | SendToClientsTarget(List(Int32), String, String, Byte[]) | Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked |
![]() | SendToClientsTarget(Int32[], String, String, Byte[]) | Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked |
![]() | SendToClientTarget | Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked |
![]() | SendToLocalClient | Sends a buffer to the server from client |
![]() | SendToLocalClientTarget | Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked |
![]() | SendToNonLocalClients | Sends a buffer to all clients except to the owner object from the server |
![]() | SendToNonLocalClientsTarget | Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked |
![]() | SendToServer | Sends a buffer to the server from client |
![]() | SendToServerTarget | Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked |
![]() | StartCoroutine(IEnumerator) | (Inherited from MonoBehaviour.) |
![]() | StartCoroutine(String) | (Inherited from MonoBehaviour.) |
![]() | StartCoroutine(String, Object) | (Inherited from MonoBehaviour.) |
![]() | StartCoroutine_Auto | **Obsolete. ** (Inherited from MonoBehaviour.) |
![]() | StopAllCoroutines | (Inherited from MonoBehaviour.) |
![]() | StopCoroutine(String) | (Inherited from MonoBehaviour.) |
![]() | StopCoroutine(IEnumerator) | (Inherited from MonoBehaviour.) |
![]() | StopCoroutine(Coroutine) | (Inherited from MonoBehaviour.) |
![]() | ToString | (Inherited from Object.) |