Skip to content
On this page

AthenaShared.interfaces.iWorldNotification.IWorldNotification ​

shared/interfaces/iWorldNotification.IWorldNotification

Used to pass an in-world marker from server to client.

Interface

IWorldNotification

Properties ​

background ​

• Optional background: number

The background color associated with this notification. There are at least 30.

Defined in ​

shared/interfaces/iWorldNotification.ts:38


dimension ​

• Optional dimension: number

The dimension to display this IWorldNotification in.

Defined in ​

shared/interfaces/iWorldNotification.ts:59


maxDistance ​

• Optional maxDistance: number

The max distance to render this IWorldNotification.

Defined in ​

shared/interfaces/iWorldNotification.ts:45


pos ​

• pos: IVector3

Position of the Object in a 3D space.

Defined in ​

shared/interfaces/iWorldNotification.ts:16


text ​

• text: string

Text to display for this world notification.

Defined in ​

shared/interfaces/iWorldNotification.ts:23


type ​

• type: number

The IWorldNotification Type Associated with this IWorldNotification

Defined in ​

shared/interfaces/iWorldNotification.ts:30


uid ​

• Optional uid: string

The unique identifier for this IWorldNotification.

Defined in ​

shared/interfaces/iWorldNotification.ts:52

Created by Stuyk | Est. 2020