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 StatusText

    Inheritance
    Object
    StatusText
    Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking
    Assembly: cs.temp.dll.dll
    Syntax
    [Obsolete("This component is no longer supported", true)]
    public class StatusText : MonoBehaviour

    Properties

    Instance

    Declaration
    public static StatusText Instance { get; }
    Property Value
    Type Description
    StatusText

    Methods

    Log(String, Boolean)

    Declaration
    public void Log(string msg, bool add)
    Parameters
    Type Name Description
    String msg
    Boolean add

    Start()

    Declaration
    public void Start()
    Back to top Generated by DocFX