WLT documentation has moved.

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 Core WLT section of the dot net API explorer and related pages. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class SpacePinPercentageVisualizer

    Inheritance
    Object
    SpacePinPercentageVisualizer
    Namespace: Microsoft.MixedReality.WorldLocking.Tools
    Assembly: cs.temp.dll.dll
    Syntax
    public class SpacePinPercentageVisualizer : MonoBehaviour

    Fields

    highPercentageColor

    Declaration
    public Color highPercentageColor
    Field Value
    Type Description
    Color

    highPercentageOutlineColor

    Declaration
    public Color highPercentageOutlineColor
    Field Value
    Type Description
    Color

    lowPercentageColor

    Declaration
    public Color lowPercentageColor
    Field Value
    Type Description
    Color

    lowPercentageOutlineColor

    Declaration
    public Color lowPercentageOutlineColor
    Field Value
    Type Description
    Color

    middlePercentageColor

    Declaration
    public Color middlePercentageColor
    Field Value
    Type Description
    Color

    middlePercentageOutlineColor

    Declaration
    public Color middlePercentageOutlineColor
    Field Value
    Type Description
    Color

    percentageNumberText

    Declaration
    public Text percentageNumberText
    Field Value
    Type Description
    Text

    percentageNumberTextOutline

    Declaration
    public Outline percentageNumberTextOutline
    Field Value
    Type Description
    Outline

    Methods

    SetVisibility(Boolean)

    Declaration
    public void SetVisibility(bool visibility)
    Parameters
    Type Name Description
    Boolean visibility

    UpdatePercentage(Single)

    Declaration
    public void UpdatePercentage(float percentage)
    Parameters
    Type Name Description
    Single percentage
    In This Article
    • Fields
      • highPercentageColor
      • highPercentageOutlineColor
      • lowPercentageColor
      • lowPercentageOutlineColor
      • middlePercentageColor
      • middlePercentageOutlineColor
      • percentageNumberText
      • percentageNumberTextOutline
    • Methods
      • SetVisibility(Boolean)
      • UpdatePercentage(Single)
    Back to top Generated by DocFX