Serialization.

CopyValueFrom(SerializedProperty, SerializedProperty) Method

Summary

Copies the value of `from` into `to` (including all nested properties).

Syntax

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

Parameters

Name Type Description
to SerializedProperty
from SerializedProperty

Return Value

Type Description
float