NetworkedAnimator Methods | ![]() |
[This is preliminary documentation and is subject to change.]
The NetworkedAnimator type exposes the following members.
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 |
Deregisters a given message handler
(Inherited from NetworkedBehaviour.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetComponent(Type) | (Inherited from Component.) |
![]() | GetComponent(String) | (Inherited from Component.) |
![]() | GetComponent``1 | (Inherited from Component.) |
![]() | GetComponentInChildren(Type) | (Inherited from Component.) |
![]() | GetComponentInChildren(Type, Boolean) | (Inherited from Component.) |
![]() | GetComponentInChildren``1 | (Inherited from Component.) |
![]() | GetComponentInChildren``1(Boolean) | (Inherited from Component.) |
![]() | GetComponentInParent(Type) | (Inherited from Component.) |
![]() | GetComponentInParent``1 | (Inherited from Component.) |
![]() | GetComponents(Type) | (Inherited from Component.) |
![]() | GetComponents(Type, ListComponent) | (Inherited from Component.) |
![]() | GetComponents``1 | (Inherited from Component.) |
![]() | GetComponents``1(ListUMP) | (Inherited from Component.) |
![]() | GetComponentsInChildren(Type) | (Inherited from Component.) |
![]() | GetComponentsInChildren(Type, Boolean) | (Inherited from Component.) |
![]() | GetComponentsInChildren``1 | (Inherited from Component.) |
![]() | GetComponentsInChildren``1(Boolean) | (Inherited from Component.) |
![]() | GetComponentsInChildren``1(ListUMP) | (Inherited from Component.) |
![]() | GetComponentsInChildren``1(Boolean, ListUMP) | (Inherited from Component.) |
![]() | GetComponentsInParent(Type) | (Inherited from Component.) |
![]() | GetComponentsInParent(Type, Boolean) | (Inherited from Component.) |
![]() | GetComponentsInParent``1 | (Inherited from Component.) |
![]() | GetComponentsInParent``1(Boolean) | (Inherited from Component.) |
![]() | GetComponentsInParent``1(Boolean, ListUMP) | (Inherited from Component.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInstanceID | (Inherited from Object.) |
![]() | GetNetworkedObject |
Gets the local instance of a object with a given NetworkId
(Inherited from NetworkedBehaviour.) |
![]() | GetParameterAutoSend |
TODO
|
![]() | 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 |
Registers message handlers
(Overrides NetworkedBehaviourNetworkStart.) |
![]() | OnGainedOwnership |
Gets called when the local client gains ownership of this object
(Inherited from NetworkedBehaviour.) |
![]() | OnLostOwnership |
Gets called when we loose ownership of this object
(Inherited from NetworkedBehaviour.) |
![]() | RegisterMessageHandler |
Registers a message handler
(Inherited from NetworkedBehaviour.) |
![]() | ResetParameterOptions |
TODO
|
![]() | 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(Int32, String, String, Byte) |
Sends a buffer to a client with a given clientId from Server
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientT(Int32, String, String, T) |
Sends a binary serialized class to a client with a given clientId from Server
(Inherited from NetworkedBehaviour.) |
![]() | SendToClients(String, String, Byte) |
Sends a buffer to all clients from the server
(Inherited from NetworkedBehaviour.) |
![]() | SendToClients(ListInt32, String, String, Byte) |
Sends a buffer to multiple clients from the server
(Inherited from NetworkedBehaviour.) |
![]() | SendToClients(Int32, String, String, Byte) |
Sends a buffer to multiple clients from the server
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsT(String, String, T) |
Sends a buffer to all clients from the server
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsT(ListInt32, String, String, T) |
Sends a binary serialized class to multiple clients from the server
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsT(Int32, String, String, T) |
Sends a binary serialized class to multiple clients from the server
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsTarget(String, String, Byte) |
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsTarget(ListInt32, String, String, Byte) |
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsTarget(Int32, String, String, Byte) |
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsTargetT(String, String, T) |
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsTargetT(ListInt32, String, String, T) |
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientsTargetT(Int32, String, String, T) |
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientTarget(Int32, String, String, Byte) |
Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToClientTargetT(Int32, String, String, T) |
Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToLocalClient(String, String, Byte) |
Sends a buffer to the server from client
(Inherited from NetworkedBehaviour.) |
![]() | SendToLocalClientT(String, String, T) |
Sends a binary serialized class to the server from client
(Inherited from NetworkedBehaviour.) |
![]() | SendToLocalClientTarget(String, String, Byte) |
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToLocalClientTargetT(String, String, T) |
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToNonLocalClients(String, String, Byte) |
Sends a buffer to all clients except to the owner object from the server
(Inherited from NetworkedBehaviour.) |
![]() | SendToNonLocalClientsT(String, String, T) |
Sends a binary serialized class to all clients except to the owner object from the server
(Inherited from NetworkedBehaviour.) |
![]() | SendToNonLocalClientsTarget(String, String, Byte) |
Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToNonLocalClientsTargetT(String, String, T) |
Sends a binary serialized class to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToServer(String, String, Byte) |
Sends a buffer to the server from client
(Inherited from NetworkedBehaviour.) |
![]() | SendToServerT(String, String, T) |
Sends a binary serialized class to the server from client
(Inherited from NetworkedBehaviour.) |
![]() | SendToServerTarget(String, String, Byte) |
Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked
(Inherited from NetworkedBehaviour.) |
![]() | SendToServerTargetT(String, String, T) |
Sends a binary serialized class to the server from client. Only handlers on this NetworkedBehaviour will get invoked
(Inherited from NetworkedBehaviour.) |
![]() | SetParameterAutoSend |
TODO
|
![]() | SetTrigger(Int32) |
TODO
|
![]() | SetTrigger(String) |
TODO
|
![]() | 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.) |