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

TypeSelectionMenu.

CopyCommonFields(Object, Object) Method

Summary

Copies the values of all fields in `from` into corresponding fields in `to` as long as they have the same name and compatible types.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TypeSelectionMenu

Syntax

public static void CopyCommonFields(Object from, Object to)

Parameters

Name Type Description
from Object
to Object

Return Value

Type Description
void