C# Class andengine.util.DebugLevel

Exibir arquivo Open project: jamesburton/AndEngine.net Class Usage Examples

Public Properties

Property Type Description
DEBUG DebugLevel
DebugValue DebugValueEnum
ERROR DebugLevel
INFO DebugLevel
NONE DebugLevel
VERBOSE DebugLevel
WARNING DebugLevel

Public Methods

Method Description
DebugLevel ( ) : System
DebugLevel ( DebugLevel debugLevel ) : System
DebugLevel ( DebugValueEnum DebugValue ) : System
IsSameOrLessThan ( DebugLevel otherDebugLevel ) : bool
IsSameOrLessThan ( DebugValueEnum DebugValue ) : bool

Protected Methods

Method Description
Init ( DebugValueEnum DebugValue ) : void

Method Details

DebugLevel() public method

public DebugLevel ( ) : System
return System

DebugLevel() public method

public DebugLevel ( DebugLevel debugLevel ) : System
debugLevel DebugLevel
return System

DebugLevel() public method

public DebugLevel ( DebugValueEnum DebugValue ) : System
DebugValue DebugValueEnum
return System

Init() protected method

protected Init ( DebugValueEnum DebugValue ) : void
DebugValue DebugValueEnum
return void

IsSameOrLessThan() public method

public IsSameOrLessThan ( DebugLevel otherDebugLevel ) : bool
otherDebugLevel DebugLevel
return bool

IsSameOrLessThan() public method

public IsSameOrLessThan ( DebugValueEnum DebugValue ) : bool
DebugValue DebugValueEnum
return bool

Property Details

DEBUG public_oe static_oe property

public static DebugLevel,andengine.util DEBUG
return DebugLevel

DebugValue public_oe property

public DebugValueEnum DebugValue
return DebugValueEnum

ERROR public_oe static_oe property

public static DebugLevel,andengine.util ERROR
return DebugLevel

INFO public_oe static_oe property

public static DebugLevel,andengine.util INFO
return DebugLevel

NONE public_oe static_oe property

public static DebugLevel,andengine.util NONE
return DebugLevel

VERBOSE public_oe static_oe property

public static DebugLevel,andengine.util VERBOSE
return DebugLevel

WARNING public_oe static_oe property

public static DebugLevel,andengine.util WARNING
return DebugLevel