Home Reference Source
import {ClipmapEvent} from 'rabbit-hole'
public class | source

ClipmapEvent

Extends:

Event → ClipmapEvent

A clipmap event.

Constructor Summary

Public Constructor
public

Constructs a new clipmap event.

Member Summary

Public Members
public

A list of world octant Identifiers that have entered the LOD shell.

public

error: ErrorEvent

An error event.

public

A list of world octant Identifiers that have left the LOD shell.

public

The LOD shell.

Inherited Summary

From class Event
public

target: EventTarget

A reference to the target to which the event was originally dispatched.

public

The name of the event.

Public Constructors

public constructor(type: String) source

Constructs a new clipmap event.

Override:

Event#constructor

Params:

NameTypeAttributeDescription
type String

The name of the event.

Public Members

public entered: WorldOctantId[] source

A list of world octant Identifiers that have entered the LOD shell.

public error: ErrorEvent source

An error event.

public left: WorldOctantId[] source

A list of world octant Identifiers that have left the LOD shell.

public lod: Number source

The LOD shell.