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

ModifySerializedField.

ModifySerializedField(Object, string, bool) Constructor

Summary

Captures the state of the target as an undo step.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
ModifySerializedField

Syntax

public ModifySerializedField(Object target, string name = "Inspector", bool mightBePrefab = false)

Parameters

Name Type Description
target Object
name string
mightBePrefab bool

Return Value

Type Description
void