Options
Menu

Class RenderableEvent

Dispatched to notify changes in a sub geometry object's state.

class

away.events.RenderableEvent

see

away.core.base.Graphics

Hierarchy

  • EventBase

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Create a new GraphicsEvent

    Parameters

    Returns RenderableEvent

Properties

target

target: any

Reference to target object

property

target

type

Object

type

type: string

Type of event

property

type

type

String

Static INVALIDATE_ELEMENTS

INVALIDATE_ELEMENTS: string

Static INVALIDATE_MATERIAL

INVALIDATE_MATERIAL: string

Dispatched when a Renderable has been updated.

Accessors

renderable

  • The renderobject owner of the renderable owner.

    Returns IRenderable

Methods

clone

  • Clones the event.

    Returns RenderableEvent

    An exact duplicate of the current object.

Generated using TypeDoc