GUIControl.

GUIControl(Rect, int, FocusType) Constructor

Summary

Creaates a new Animancer.Editor.GUIControl with the UnityEngine.Event.current.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
GUIControl

Syntax

public GUIControl(Rect area, int idHint, FocusType focusType = 2)

Parameters

Name Type Description
area Rect
idHint int
focusType FocusType

Return Value

Type Description
void