docs.unity.cn
    Show / Hide Table of Contents

    Class MLConditionalWarning

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

    Constructors

    MLConditionalWarning(Func<Boolean, String>)

    Declaration
    public MLConditionalWarning(Func<bool, string> msgFunc)
    Parameters
    Type Name Description
    Func<Boolean, String> msgFunc

    Properties

    Flag

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

    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(Boolean, Object[])

    Declaration
    public void Trigger(bool flag, params object[] args)
    Parameters
    Type Name Description
    Boolean flag
    Object[] args
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 22 February 2021