Dock Class

Definition

This control enables moving objects in and out of predetermined positions, to create palettes, shelves and navigation bars.

C++
public ref class Dock : UnityEngine::MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
Dock
Attributes
UnityEngine.AddComponentMenuAttribute

Constructors

Properties

DockPositions

A read-only list of possible positions in this dock.

Methods

TryMoveToFreeSpace(DockPosition)

Moves elements near the desired position to make space for a new element, if possible.

Applies to

Product Versions
MRTK2 Unity 2018 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0
MRTK2 Unity 2019 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0
MRTK2 Unity 2020 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0

See also