armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
Rectangle.set
armos
types
rectangle
Rectangle
開始点と終了点を指定します.
void
set
(float x, float y, float width, float height)
struct
Rectangle
void
set
(
in
float
x
,
in
float
y
,
in
float
width
,
in
float
height
)
void
set
(armos.math.Vector2f p, armos.math.Vector2f s)
Meta
Source
See Implementation
armos
types
rectangle
Rectangle
constructors
this
functions
height
set
width
x
y
variables
position
size
開始点と終了点を指定します.