Options
Menu

Class RendererEvent

Hierarchy

  • EventBase

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • type: string

    Returns RendererEvent

Properties

target

target: any

Reference to target object

property

target

type

Object

type

type: string

Type of event

property

type

type

String

Static SCISSOR_UPDATED

SCISSOR_UPDATED: string

Static VIEWPORT_UPDATED

VIEWPORT_UPDATED: string

Methods

clone

  • clone(): EventBase
  • Clones the current event.

    Returns EventBase

    An exact duplicate of the current event.

Generated using TypeDoc