Class MLFormattedWarning
Inheritance
MLFormattedWarning
Assembly: UnityEngine.XR.MagicLeap.dll
public class MLFormattedWarning : IWarning
Constructors
Declaration
public MLFormattedWarning(string msg)
Parameters
| Type |
Name |
Description |
| string |
msg |
|
Properties
Declaration
public string Message { get; }
Property Value
Declaration
public bool Triggered { get; }
Property Value
Methods
Declaration
Declaration
public void Trigger(params object[] args)
Parameters
| Type |
Name |
Description |
| object[] |
args |
|
Implements