Options
Menu

Class MaterialEvent

Hierarchy

  • EventBase

Index

Constructors

constructor

  • Create a new GraphicsEvent

    Parameters

    • type: string

      The event type.

    • material: IMaterial

    Returns MaterialEvent

Properties

target

target: any

Reference to target object

property

target

type

Object

type

type: string

Type of event

property

type

type

String

Static INVALIDATE_ANIMATION

INVALIDATE_ANIMATION: string

Static INVALIDATE_PASSES

INVALIDATE_PASSES: string

Static INVALIDATE_TEXTURE

INVALIDATE_TEXTURE: string

Accessors

material

  • The material of the renderable.

    Returns IMaterial

Methods

clone

  • Clones the event.

    Returns MaterialEvent

    An exact duplicate of the current object.

Generated using TypeDoc