Tanoda
MessageSeverity.cs
Go to the documentation of this file.
1
/******************************************************************************
2
* Copyright (C) Ultraleap, Inc. 2011-2020. *
3
* *
4
* Use subject to the terms of the Apache License 2.0 available at *
5
* http://www.apache.org/licenses/LICENSE-2.0, or another agreement *
6
* between Ultraleap and you, your company or other organization. *
7
******************************************************************************/
8
9
namespace
Leap
{
15
public
enum
MessageSeverity
{
16
MESSAGE_UNKNOWN
= 0,
17
MESSAGE_CRITICAL
= 1,
18
MESSAGE_WARNING
= 2,
20
MESSAGE_INFORMATION
= 3
21
}
22
}
Leap
Definition:
AssetFolderPropertyDrawer.cs:15
Leap.MessageSeverity
MessageSeverity
Reports whether the message is for a severe failure, a recoverable warning, or a status change.
Definition:
MessageSeverity.cs:15
Leap.MessageSeverity.MESSAGE_CRITICAL
@ MESSAGE_CRITICAL
Leap.MessageSeverity.MESSAGE_UNKNOWN
@ MESSAGE_UNKNOWN
Leap.MessageSeverity.MESSAGE_WARNING
@ MESSAGE_WARNING
Leap.MessageSeverity.MESSAGE_INFORMATION
@ MESSAGE_INFORMATION
Source
Assets
Plugins
LeapMotion
Core
Plugins
LeapCSharp
MessageSeverity.cs
Generated by
1.9.3