Interface IWarning
Namespace: UnityEngine.XR.MagicLeap
Syntax
public interface IWarning
Properties
Message
Declaration
string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Triggered
Declaration
bool Triggered { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Reset()
Declaration
void Reset()