Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


defaultDockIndex

Sets the defaultDockIndex to define where in a DockZone an Overlay is placed.
Read time 1 minuteLast updated 11 days ago

Definition

public int defaultDockIndex { get; set; }

Remarks

Dock zones are presented in ascending order. E.g., an index of 1 in a Left aligned container is presented to the left of an Overlay with an index of 2.