Summary
Copies the value of the `parameter` from `copyFrom` to `copyTo`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static void CopyParameterValue(Animator copyFrom, Animator copyTo, AnimatorControllerParameter parameter)
Parameters
Name | Type | Description |
---|---|---|
copyFrom | Animator | |
copyTo | Animator | |
parameter | Animator |
Return Value
Type | Description |
---|---|
void |