sfml.js
Preparing search index...
Vertex
Class Vertex
Index
Constructors
constructor
Properties
color
position
tex
Coords
Constructors
constructor
new
Vertex
()
:
Vertex
Returns
Vertex
new
Vertex
(
position
:
PointType
<
Vector2F
>
)
:
Vertex
Parameters
position
:
PointType
<
Vector2F
>
Returns
Vertex
new
Vertex
(
position
:
PointType
<
Vector2F
>
,
color
:
number
|
Color
)
:
Vertex
Parameters
position
:
PointType
<
Vector2F
>
color
:
number
|
Color
Returns
Vertex
new
Vertex
(
position
:
PointType
<
Vector2F
>
,
texCoords
:
PointType
<
Vector2F
>
,
)
:
Vertex
Parameters
position
:
PointType
<
Vector2F
>
texCoords
:
PointType
<
Vector2F
>
Returns
Vertex
new
Vertex
(
position
:
PointType
<
Vector2F
>
,
color
:
number
|
Color
,
texCoords
:
PointType
<
Vector2F
>
,
)
:
Vertex
Parameters
position
:
PointType
<
Vector2F
>
color
:
number
|
Color
texCoords
:
PointType
<
Vector2F
>
Returns
Vertex
Properties
color
color
:
Color
position
position
:
Vector2F
tex
Coords
texCoords
:
Vector2F
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
color
position
tex
Coords
sfml.js
Loading...