Class MLFormattedWarning
Namespace: UnityEngine.XR.MagicLeap
Syntax
public class MLFormattedWarning : IWarning
Constructors
MLFormattedWarning(String)
Declaration
public MLFormattedWarning(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(Object[])
Declaration
public void Trigger(params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| Object[] | args |