Dock Class
Definition
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.
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
Constructors
Dock() |
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. |