Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MainToolbarDockPosition

Use this enum to specify the default dock position of the element: the left, the middle, or the right.
Read time 1 minuteLast updated 5 days ago

Definition

public enum MainToolbarDockPosition

Remarks

Additional Resources: MainToolbarElementAttribute.

Fields

Value

Description

LeftSpecifies the left dock of the main toolbar.
MiddleSpecifies the middle dock of the main toolbar.
RightSpecifies the right dock of the main toolbar.