AnimancerUtilities.

CopyParameterValue(AnimatorControllerPlayable, AnimatorControllerPlayable, AnimatorControllerParameter) Method

Summary

Copies the value of the `parameter` from `copyFrom` to `copyTo`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static void CopyParameterValue(AnimatorControllerPlayable copyFrom, AnimatorControllerPlayable copyTo, AnimatorControllerParameter parameter)

Parameters

Name Type Description
copyFrom AnimatorControllerPlayable
copyTo AnimatorControllerPlayable
parameter AnimatorControllerParameter

Return Value

Type Description
void