Dock Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
[UnityEngine.AddComponentMenu("Scripts/MRTK/Experimental/Dock/Dock")]
public class Dock : UnityEngine.MonoBehaviour
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Experimental/Dock/Dock")>]
type Dock = class
inherit MonoBehaviour
Public Class Dock
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourDock
- Attributes
-
UnityEngine.AddComponentMenuAttribute
Dock |
A read-only list of possible positions in this dock. |
Try |
Moves elements near the desired position to make space for a new element, if possible. |
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 |