![]() |
Public Types | |
enum | NetworkAnimatorRepConditions { SyncParameters = 0x1 , SyncLayerWeight = 0x2 , SyncState = 0x4 } |
Public Member Functions | |
void | SetTrigger (int triggerHash) |
void | SetTrigger (string trigger) |
override void | BeforeSetup () |
override void | ApplyToBehaviour () |
override void | ApplyToComponent () |
![]() | |
virtual void | NetworkReset () |
virtual void | OnInputPermitted () |
virtual void | OnInputRevoked () |
virtual void | OnInputSourceLeft () |
virtual void | ApplyToBehaviour () |
virtual void | ApplyToComponent () |
virtual void | BeforeSetup () |
bool | FetchInput< T > (out T input) |
Interpolator< T > | FindInterpolator< T > (int id) |
bool | CanSend (RpcPeers source, RpcPeers target) |
bool | CanInvoke (RpcPeers source, RpcPeers target, bool localInvoke) |
virtual void | InitProperties () |
void | AddArray (nArray array) |
NetworkVariable | AddProperty (NetworkVariable property, bool isInterpolated, bool isPredicted) |
![]() | |
virtual void | NetworkStart () |
virtual void | NetworkDestroy () |
virtual void | NetworkUpdate () |
virtual void | NetworkRender () |
virtual void | NetworkFixedUpdate () |
Additional Inherited Members | |
![]() | |
int | Id [get] |
bool | IsClient [get] |
bool | IsServer [get] |
bool | IsOwner [get] |
bool | IsInputSource [get] |
bool | IsProxy [get] |
bool | IsResimulating [get] |
NetworkPlayer | InputSource [get] |
float | UpdatePeriod [get] |
virtual int | UpdateFactor [get] |
![]() | |
NetworkSandbox | Sandbox [get, set] |
NetworkObject | Object [get, set] |
This component is used to replicate Unity Animator parameters and states.
|
virtual |
Overrides this to apply the Unity's component state into the network state (network properties) of this NetworkBehaviour.
Reimplemented from Netick.NetworkBehaviour.
|
virtual |
Overrides this to apply the network state (network properties) of this NetworkBehaviour into the Unity's component state.
Reimplemented from Netick.NetworkBehaviour.
|
virtual |
Reimplemented from Netick.NetworkBehaviour.
void Netick.NetworkAnimator.SetTrigger | ( | int | triggerHash | ) |
void Netick.NetworkAnimator.SetTrigger | ( | string | trigger | ) |