CachedEditor.

GetEditor(Object) Method

Summary

Creates a UnityEditor.Editor for the `target` and caches it to be returned by subsequent calls with the same `target`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
CachedEditor

Syntax

public Editor GetEditor(Object target)

Parameters

Name Type Description
target Object

Return Value

Type Description
Editor