Last updated

API / geotoolkit3d / scene / Object3D / Events

Enumeration: Events

scene.Object3D.Events

Object3D Events enumerator

Table of contents

Enumeration Members

Contents

Enumeration Members

ChildAdded

ChildAdded = "ChildAdded"

Event type fired when a shape is added as a child to another shape


ChildRemoved

ChildRemoved = "ChildRemoved"

Event type fired when a shape is removed from another shape children.


Disposed

Disposed = "Disposed"

Called when the object has been Disposed.


Invalidate

Invalidate = "Invalidate"

Event type fired when a shape is modified and requires a render cycle to be done


NodeTreeChanged

NodeTreeChanged = "NodeTreeChanged"

Node tree structure changed (children added/removed/order changed)


ParentChanged

ParentChanged = "ParentChanged"

Node parent has been changed


PropertyChanged

PropertyChanged = "PropertyChanged"

This Event is fired when the property was changed


VisibilityChanged

VisibilityChanged = "VisibilityChanged"

Visibility is changed