Search
Preparing search index...
The search index is not available
sfml.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
sfml.js
Vertex
Class Vertex
Hierarchy
Vertex
Index
Constructors
constructor
Properties
color
position
tex
Coords
Constructors
constructor
new
Vertex
(
)
:
Vertex
new
Vertex
(
position
:
PointType
<
Vector2F
>
)
:
Vertex
new
Vertex
(
position
:
PointType
<
Vector2F
>
, color
:
number
|
Color
)
:
Vertex
new
Vertex
(
position
:
PointType
<
Vector2F
>
, texCoords
:
PointType
<
Vector2F
>
)
:
Vertex
new
Vertex
(
position
:
PointType
<
Vector2F
>
, color
:
number
|
Color
, texCoords
:
PointType
<
Vector2F
>
)
:
Vertex
Returns
Vertex
Parameters
position:
PointType
<
Vector2F
>
Returns
Vertex
Parameters
position:
PointType
<
Vector2F
>
color:
number
|
Color
Returns
Vertex
Parameters
position:
PointType
<
Vector2F
>
texCoords:
PointType
<
Vector2F
>
Returns
Vertex
Parameters
position:
PointType
<
Vector2F
>
color:
number
|
Color
texCoords:
PointType
<
Vector2F
>
Returns
Vertex
Properties
color
color
:
Color
position
position
:
Vector2F
tex
Coords
tex
Coords
:
Vector2F
Exports
Vertex
constructor
color
position
tex
Coords
Generated using
TypeDoc