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