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

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

    Show / Hide Table of Contents

    Class ClippingPlaneEditor

    A custom editor for the ClippingPlaneEditor to allow for specification of the framing bounds.

    Inheritance
    Object
    ClippingPrimitiveEditor
    ClippingPlaneEditor
    Inherited Members
    ClippingPrimitiveEditor.OnInspectorGUI()
    Namespace: Microsoft.MixedReality.Toolkit.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class ClippingPlaneEditor : ClippingPrimitiveEditor

    Methods

    HasFrameBounds()

    Notifies the Unity editor if this object has custom frame bounds.

    Declaration
    protected override bool HasFrameBounds()
    Returns
    Type Description
    Boolean

    True if custom frame bounds can be used from OnGetFrameBounds.

    Overrides
    ClippingPrimitiveEditor.HasFrameBounds()

    OnGetFrameBounds()

    Returns the bounds the editor should focus on.

    Declaration
    protected override Bounds OnGetFrameBounds()
    Returns
    Type Description
    Bounds

    The bounds of the clipping primitive.

    Overrides
    ClippingPrimitiveEditor.OnGetFrameBounds()
    Back to top Generated by DocFX