ESteamNetworkingSocketsDebugOutputType enum

Inheritance
  • Object
  • Enum
  • ESteamNetworkingSocketsDebugOutputType

Values

none → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(0)
bug → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(1)
error → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(2)
important → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(3)
warning → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(4)
msg → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(5)
verbose → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(6)
debug → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(7)
everything → const ESteamNetworkingSocketsDebugOutputType
const ESteamNetworkingSocketsDebugOutputType(8)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ESteamNetworkingSocketsDebugOutputType>
A constant List of the values in this enum, in order of their declaration.