Options
Menu

Class ImageEvent

Hierarchy

  • EventBase

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Create a new ImageEvent

    Parameters

    • type: string

      The event type.

    • image: ImageBase

      The instance of the image being updated.

    Returns ImageEvent

Properties

target

target: any

Reference to target object

property

target

type

Object

type

type: string

Type of event

property

type

type

String

Static INVALIDATE_MIPMAPS

INVALIDATE_MIPMAPS: string

Accessors

image

  • The image of the material.

    Returns ImageBase

Methods

clone

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

    Returns EventBase

    An exact duplicate of the current event.

Generated using TypeDoc