We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class RotationHandlesConfiguration

    Configuration for RotationHandles used in BoundsControl This class provides all data members needed to create rotation handles for BoundsControl

    Inheritance
    Object
    HandlesBaseConfiguration
    RotationHandlesConfiguration
    Inherited Members
    HandlesBaseConfiguration.HandleMaterial
    HandlesBaseConfiguration.HandleGrabbedMaterial
    HandlesBaseConfiguration.HandlePrefab
    HandlesBaseConfiguration.HandleSize
    HandlesBaseConfiguration.ColliderPadding
    HandlesBaseConfiguration.configurationChanged
    HandlesBaseConfiguration.visibilityChanged
    HandlesBaseConfiguration.TrySetDefaultMaterial()
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.UI.BoundsControl
    Assembly: cs.temp.dll.dll
    Syntax
    public class RotationHandlesConfiguration : HandlesBaseConfiguration

    Properties

    RotationHandlePrefabColliderType

    Determines the type of collider that will surround the rotation handle prefab.

    Declaration
    public RotationHandlePrefabCollider RotationHandlePrefabColliderType { get; set; }
    Property Value
    Type Description
    RotationHandlePrefabCollider

    ShowRotationHandleForX

    Check to show rotation handles for the X axis

    Declaration
    public bool ShowRotationHandleForX { get; set; }
    Property Value
    Type Description
    Boolean

    ShowRotationHandleForY

    Check to show rotation handles for the Y axis

    Declaration
    public bool ShowRotationHandleForY { get; set; }
    Property Value
    Type Description
    Boolean

    ShowRotationHandleForZ

    Check to show rotation handles for the Z axis

    Declaration
    public bool ShowRotationHandleForZ { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Generated by DocFX