Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Relative
Point
C# Class Relative.Point
Inheritance:
Object
显示文件
Open project: Arhirat/Relative
Public Methods
Method
Description
Point
(
Vec
pos
) :
System
draw
(
DrawInfo
di
,
Object
selected
) :
void
getParam
( ) :
String
select
(
Vec
pos
) :
bool
setParam
(
String
value
) :
void
Method Details
Point()
public
method
public
Point
(
Vec
pos
) :
System
pos
Vec
return
System
draw()
public
method
public
draw
(
DrawInfo
di
,
Object
selected
) :
void
di
DrawInfo
selected
Object
return
void
getParam()
public
method
public
getParam
( ) :
String
return
String
select()
public
method
public
select
(
Vec
pos
) :
bool
pos
Vec
return
bool
setParam()
public
method
public
setParam
(
String
value
) :
void
value
String
return
void