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

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

    Show / Hide Table of Contents

    Class ToolTipBackgroundBlob

    A background with 'fake' inertia Useful for soft or liquid objects

    Inheritance
    Object
    ToolTipBackgroundBlob
    Implements
    IToolTipBackground
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class ToolTipBackgroundBlob : MonoBehaviour, IToolTipBackground

    Fields

    BackgroundRenderer

    Mesh renderer for mesh background.

    Declaration
    public MeshRenderer BackgroundRenderer
    Field Value
    Type Description
    MeshRenderer

    Properties

    BlobDistortion

    Declaration
    public float BlobDistortion { get; set; }
    Property Value
    Type Description
    Single

    BlobInertia

    Declaration
    public float BlobInertia { get; set; }
    Property Value
    Type Description
    Single

    BlobOffset

    Declaration
    public Vector3 BlobOffset { get; set; }
    Property Value
    Type Description
    Vector3

    BlobRotation

    Declaration
    public float BlobRotation { get; set; }
    Property Value
    Type Description
    Single

    DistortionCorrectionStrength

    Declaration
    public float DistortionCorrectionStrength { get; set; }
    Property Value
    Type Description
    Single

    IsVisible

    Determines whether background of Tooltip is visible.

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

    PositionCorrectionStrength

    Declaration
    public float PositionCorrectionStrength { get; set; }
    Property Value
    Type Description
    Single

    RotationCorrectionStrength

    Declaration
    public float RotationCorrectionStrength { get; set; }
    Property Value
    Type Description
    Single

    Methods

    OnContentChange(Vector3, Vector3, Transform)

    Declaration
    public void OnContentChange(Vector3 localContentSize, Vector3 localContentOffset, Transform contentParentTransform)
    Parameters
    Type Name Description
    Vector3 localContentSize
    Vector3 localContentOffset
    Transform contentParentTransform

    Implements

    IToolTipBackground
    Back to top Generated by DocFX