Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
YGeometry
Debugs
C# Class YGeometry.Debugs
Show file
Open project: yzylovepmn/YDrawing2D
Public Methods
Method
Description
Assert
(
bool
value
) :
void
CheckRange
(
int
value
,
int
low
,
int
high
) :
void
Log
(
string
msg
) :
void
Method Details
Assert()
public
static
method
public
static
Assert
(
bool
value
) :
void
value
bool
return
void
CheckRange()
public
static
method
public
static
CheckRange
(
int
value
,
int
low
,
int
high
) :
void
value
int
low
int
high
int
return
void
Log()
public
static
method
public
static
Log
(
string
msg
) :
void
msg
string
return
void