Dock Class

Definition

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.MonoBehaviour
Dock
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.

Applies to

See also