C# Class UnityEngine.Networking.NetworkAnimator

Inheritance: NetworkBehaviour
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
param0 string
param1 string
param2 string
param3 string
param4 string
param5 string

Méthodes publiques

Méthode Description
GetParameterAutoSend ( int index ) : bool
OnDeserialize ( NetworkReader reader, bool initialState ) : void
OnSerialize ( NetworkWriter writer, bool forceAll ) : bool
OnStartLocalPlayer ( ) : void
OnStartServer ( ) : void
SetParameterAutoSend ( int index, bool value ) : void
SetTrigger ( int hash ) : void
SetTrigger ( string triggerName ) : void

Private Methods

Méthode Description
CheckAnimStateChanged ( int &stateHash, float &normalizedTime ) : bool
CheckSendRate ( ) : void
FixedUpdate ( ) : void
HandleAnimMsg ( AnimationMessage msg, NetworkReader reader ) : void
HandleAnimParamsMsg ( AnimationParametersMessage msg, NetworkReader reader ) : void
HandleAnimTriggerMsg ( int hash ) : void
InitializeAuthority ( ) : void
OnAnimationClientMessage ( NetworkMessage netMsg ) : void
OnAnimationParametersClientMessage ( NetworkMessage netMsg ) : void
OnAnimationParametersServerMessage ( NetworkMessage netMsg ) : void
OnAnimationServerMessage ( NetworkMessage netMsg ) : void
OnAnimationTriggerClientMessage ( NetworkMessage netMsg ) : void
OnAnimationTriggerServerMessage ( NetworkMessage netMsg ) : void
ReadParameters ( NetworkReader reader, bool autoSend ) : void
ResetParameterOptions ( ) : void
SetRecvTrackingParam ( string p, int i ) : void
SetSendTrackingParam ( string p, int i ) : void
WriteParameters ( NetworkWriter writer, bool autoSend ) : void

Method Details

GetParameterAutoSend() public méthode

public GetParameterAutoSend ( int index ) : bool
index int
Résultat bool

OnDeserialize() public méthode

public OnDeserialize ( NetworkReader reader, bool initialState ) : void
reader NetworkReader
initialState bool
Résultat void

OnSerialize() public méthode

public OnSerialize ( NetworkWriter writer, bool forceAll ) : bool
writer NetworkWriter
forceAll bool
Résultat bool

OnStartLocalPlayer() public méthode

public OnStartLocalPlayer ( ) : void
Résultat void

OnStartServer() public méthode

public OnStartServer ( ) : void
Résultat void

SetParameterAutoSend() public méthode

public SetParameterAutoSend ( int index, bool value ) : void
index int
value bool
Résultat void

SetTrigger() public méthode

public SetTrigger ( int hash ) : void
hash int
Résultat void

SetTrigger() public méthode

public SetTrigger ( string triggerName ) : void
triggerName string
Résultat void

Property Details

param0 public_oe property

public string param0
Résultat string

param1 public_oe property

public string param1
Résultat string

param2 public_oe property

public string param2
Résultat string

param3 public_oe property

public string param3
Résultat string

param4 public_oe property

public string param4
Résultat string

param5 public_oe property

public string param5
Résultat string