docs.unity.cn
    Show / Hide Table of Contents

    Class MLWarning

    Inheritance
    Object
    MLWarning
    Namespace: UnityEngine.XR.MagicLeap
    Syntax
    public class MLWarning : IWarning

    Constructors

    MLWarning(String)

    Declaration
    public MLWarning(string msg)
    Parameters
    Type Name Description
    String msg

    Properties

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    String
    Implements
    IWarning.Message

    Triggered

    Declaration
    public bool Triggered { get; }
    Property Value
    Type Description
    Boolean
    Implements
    IWarning.Triggered

    Methods

    Reset()

    Declaration
    public void Reset()
    Implements
    IWarning.Reset()

    Trigger()

    Declaration
    public void Trigger()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 22 February 2021