AthenaClient.screen.marker ​
Functions ​
draw ​
Usage
AthenaClient.screen.marker.draw(type
, pos
, scale
, color
, bobUpAndDown?
, faceCamera?
, rotate?
): void
Draw a marker in an every tick.
Parameters ​
Name | Type | Default value | Description |
---|---|---|---|
type | number | undefined | |
pos | IVector3 | undefined | A position in the world. |
scale | IVector3 | undefined | |
color | RGBA | undefined | |
bobUpAndDown | boolean | false | |
faceCamera | boolean | true | |
rotate | boolean | false |
Returns ​
void
Defined in ​
drawSimple ​
Usage
AthenaClient.screen.marker.drawSimple(type
, pos
, rot
, scale
, color
, faceCam
): void
Parameters ​
Name | Type |
---|---|
type | number |
pos | IVector3 |
rot | IVector3 |
scale | IVector3 |
color | RGBA |
faceCam | boolean |
Returns ​
void