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