blendOption
blendOption: undefined | "OPAQUE" | "TRANSLUCENT" | "OPAQUE_AND_TRANSLUCENT" = ...
blendOptionChanged
blendOptionChanged: Listener<
[
undefined
| "OPAQUE"
| "TRANSLUCENT"
| "OPAQUE_AND_TRANSLUCENT",
undefined | "OPAQUE" | "TRANSLUCENT" | "OPAQUE_AND_TRANSLUCENT",
],
>
blendOptionReact
blendOptionReact:
| ReactiveVariable<undefined>
| ReactiveVariable<"OPAQUE">
| ReactiveVariable<"TRANSLUCENT">
| ReactiveVariable<"OPAQUE_AND_TRANSLUCENT">
debugShowBoundingVolume
debugShowBoundingVolume: undefined | boolean = ...
debugShowBoundingVolumeChanged
debugShowBoundingVolumeChanged: Listener<
[undefined | boolean, undefined | boolean],
>
debugShowBoundingVolumeReact
debugShowBoundingVolumeReact:
| ReactiveVariable<undefined>
| ReactiveVariable<false>
| ReactiveVariable<true>
localModelMatrix
localPosition
localPosition: undefined | ESJVector3D = ...
localPositionChanged
localPositionChanged: Listener<
[undefined | ESJVector3D, undefined | ESJVector3D],
>
localPositionReact
localPositionReact: ReactiveVariable<undefined | ESJVector3D>
localRotation
localRotation: undefined | ESJVector3D = ...
localRotationChanged
localRotationChanged: Listener<
[undefined | ESJVector3D, undefined | ESJVector3D],
>
localRotationReact
localRotationReact: ReactiveVariable<undefined | ESJVector3D>
localScale
localScale: undefined | ESJVector3D = ...
localScaleChanged
localScaleChanged: Listener<[undefined | ESJVector3D, undefined | ESJVector3D]>
localScaleReact
localScaleReact: ReactiveVariable<undefined | ESJVector3D>
modelMatrix
pointPrimitiveOptions
pointPrimitiveOptionsChanged
pointPrimitiveOptionsReact
可选pointPrimitives
pointPrimitives?: PointPrimitiveCollection
position
position: undefined | ESJVector3D = ...
positionChanged
positionChanged: Listener<[undefined | ESJVector3D, undefined | ESJVector3D]>
positionReact
positionReact: ReactiveVariable<undefined | ESJVector3D>
rotation
rotation: undefined | ESJVector3D = ...
rotationChanged
rotationChanged: Listener<[undefined | ESJVector3D, undefined | ESJVector3D]>
rotationReact
rotationReact: ReactiveVariable<undefined | ESJVector3D>
scale
scale: undefined | ESJVector3D = ...
scaleChanged
scaleChanged: Listener<[undefined | ESJVector3D, undefined | ESJVector3D]>
scaleReact
scaleReact: ReactiveVariable<undefined | ESJVector3D>
show
show: undefined | boolean = ...
showChanged
showChanged: Listener<[undefined | boolean, undefined | boolean]>
showReact
showReact:
| ReactiveVariable<undefined>
| ReactiveVariable<false>
| ReactiveVariable<true>
静态_lastMemId
_lastMemId: number