Click or drag to resize

NetworkedAnimatorSetParameterAutoSend Method

[Missing <summary> documentation for "M:MLAPI.MonoBehaviours.Prototyping.NetworkedAnimator.SetParameterAutoSend(System.Int32,System.Boolean)"]

Namespace:  MLAPI.MonoBehaviours.Prototyping
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetParameterAutoSend(
	int index,
	bool value
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:MLAPI.MonoBehaviours.Prototyping.NetworkedAnimator.SetParameterAutoSend(System.Int32,System.Boolean)"]

value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:MLAPI.MonoBehaviours.Prototyping.NetworkedAnimator.SetParameterAutoSend(System.Int32,System.Boolean)"]

See Also