Class MLWarning
Implements
Inherited Members
Namespace: UnityEngine.XR.MagicLeap
Assembly: UnityEngine.XR.MagicLeap.dll
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 |
Triggered
Declaration
public bool Triggered { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Reset()
Declaration
public void Reset()
Trigger()
Declaration
public void Trigger()