GUIControl.

GUIControl(Rect, Event, int, FocusType) Constructor

Summary

Creaates a new Animancer.Editor.GUIControl.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
GUIControl

Syntax

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

Parameters

Name Type Description
area Rect
currentEvent Event
idHint int
focusType FocusType

Return Value

Type Description
void