Last updated

API / geotoolkit3d / scene / Object3D / Object3D

Namespace: Object3D

scene.Object3D.Object3D

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { ChildAdded: void ; ChildRemoved: void ; Disposed: void ; Invalidate: void ; NodeTreeChanged: void ; ParentChanged: void ; PropertyChanged: string | { name: string ; value: any } | void ; VisibilityChanged: void }


Options

Ƭ Options: Object

options object

Type declaration

NameTypeDescription
isselectable?booleanTrue if this object is allowed to be picked / selected.
In some cases, picking can be costly or not desired; this allows to control picking behavior for individual objects.
visible?booleantrue to make object visible