Class 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
Triggered
Declaration
public bool Triggered { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Implements
Methods
Reset()
Declaration
public void Reset()
Implements
Trigger()
Declaration
public void Trigger()