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

TerrainEvent

Extends:

Event → TerrainEvent

A terrain event.

Constructor Summary

Public Constructor
public

Constructs a new terrain event.

Member Summary

Public Members
public

error: ErrorEvent

An error event.

public

A world octant.

public

The Identifier of the world octant.

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 terrain event.

Override:

Event#constructor

Params:

NameTypeAttributeDescription
type String

The name of the event.

Public Members

public error: ErrorEvent source

An error event.

public octant: WorldOctant source

A world octant.

public octantId: WorldOctantId source

The Identifier of the world octant.