ObjectHighlightGUI.

Draw(Rect, Object) Method

Summary

Draws the highlight if the given `target` is the current Animancer.Editor.ObjectHighlightGUI.Target.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
ObjectHighlightGUI

Syntax

public static void Draw(Rect area, Object target)

Parameters

Name Type Description
area Rect
target Object

Return Value

Type Description
void