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

SerializedDataEditorWindow<TObject, TData>.

SourceObjectMightBePrefab Property

Summary

Override this to return true if the Animancer.Editor.SerializedDataEditorWindow`2.SourceObject could be part of a prefab to ensure that modifications are serialized properly.

Syntax

public virtual bool SourceObjectMightBePrefab { get; }

Value

Type Description
bool