Skip to content
On this page

AthenaShared.interfaces.marker.Marker ​

shared/interfaces/marker.Marker

Used to pass marker information from server to client.

Interface

Marker

Properties ​

bobUpAndDown ​

• Optional bobUpAndDown: boolean

Should the marker be slightly animated.

Defined in ​

shared/interfaces/marker.ts:65


color ​

• color: RGBA

The color of the marker. All values are 0 - 255.

Defined in ​

shared/interfaces/marker.ts:30


dimension ​

• Optional dimension: number

The dimension to display this marker in.

Defined in ​

shared/interfaces/marker.ts:58


faceCamera ​

• Optional faceCamera: boolean

Should the marker face the player's camera.

Defined in ​

shared/interfaces/marker.ts:72


maxDistance ​

• Optional maxDistance: number

The max distance to render this marker.

Defined in ​

shared/interfaces/marker.ts:44


pos ​

• pos: IVector3

Position of the Object in a 3D space.

Defined in ​

shared/interfaces/marker.ts:16


rotate ​

• Optional rotate: boolean

Should the marker rotate to face the player.

Defined in ​

shared/interfaces/marker.ts:79


scale ​

• Optional scale: IVector3

The scale of this marker.

Defined in ​

shared/interfaces/marker.ts:37


type ​

• type: number

The Marker Type Associated with this Marker

Defined in ​

shared/interfaces/marker.ts:23


uid ​

• Optional uid: string

The unique identifier for this marker.

Defined in ​

shared/interfaces/marker.ts:51

Created by Stuyk | Est. 2020