This is the old Animancer v7.4 documentation. Click here for the latest version.

Serialization.

CopyValueFrom(SerializedProperty, SerializedProperty) Method

Summary

Copies the value of `from` into `to` (including all nested properties).
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
Serialization

Syntax

public static float CopyValueFrom(this SerializedProperty to, SerializedProperty from)

Parameters

Name Type Description
to SerializedProperty
from SerializedProperty

Return Value

Type Description
float