日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class PerAxisHandlesConfiguration

    Configuration for PerAxisHandles used in BoundsControl. This class provides all data members needed to create axis based handles for BoundsControl.

    Inheritance
    Object
    HandlesBaseConfiguration
    PerAxisHandlesConfiguration
    RotationHandlesConfiguration
    TranslationHandlesConfiguration
    Inherited Members
    HandlesBaseConfiguration.HandleMaterial
    HandlesBaseConfiguration.HandleGrabbedMaterial
    HandlesBaseConfiguration.HandlePrefab
    HandlesBaseConfiguration.HandleSize
    HandlesBaseConfiguration.ColliderPadding
    HandlesBaseConfiguration.DrawTetherWhenManipulating
    HandlesBaseConfiguration.HandlesIgnoreCollider
    HandlesBaseConfiguration.TrySetDefaultMaterial()
    Namespace: Microsoft.MixedReality.Toolkit.UI.BoundsControl
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class PerAxisHandlesConfiguration : HandlesBaseConfiguration

    Properties

    HandlePrefabColliderType

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

    Declaration
    public HandlePrefabCollider HandlePrefabColliderType { get; set; }
    Property Value
    Type Description
    HandlePrefabCollider

    ShowHandleForX

    Shows handles for the X axis.

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

    ShowHandleForY

    Shows handles for the Y axis.

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

    ShowHandleForZ

    Shows handles for the Z axis.

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