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