EarthSDK
    正在准备搜索索引...

    类 CzmPointPrimitiveCollection

    层级 (查看层级一览)

    索引

    构造函数

    属性

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

    访问器

    • get disposers(): (() => void)[]

      返回 (() => void)[]

    • get flyToEvent(): Event<[undefined | number]>

      返回 Event<[undefined | number]>

    • get memId(): number

      返回 number

    • get toDestroyEvent(): Listener

      返回 Listener

    方法

    • 参数

      • disposeFunc: () => void

      返回 () => void

    • 类型参数

      • T extends { destroy(): void }

      参数

      • obj: T

      返回 T

    • 参数

      • disposeFunc: () => void

      返回 () => void

    • 类型参数

      • T extends { destroy(): void }

      参数

      • obj: T

      返回 T

    • 参数

      • disposeFunc: () => void

      返回 () => void

    • 返回 undefined

    • 请不要重写destroy,请使用destroyImp来重写!

      返回 undefined

    • 返回 void

    • 参数

      • disposeFunc: () => void

      返回 () => void

    • 类型参数

      • T extends { destroy(): void }

      参数

      • obj: T

      返回 T

    • 类型参数

      • T extends { destroy(): void }

      参数

      • obj: T

      返回 T

    • 参数

      • 可选duration: number

      返回 void

    • 返回 boolean

    • 返回 boolean

    • 类型参数

      • T extends { tryDestroy(): void }

      参数

      • obj: T

      返回 T

    • 返回 undefined

    • 类型参数

      • T extends { tryDestroy(): void }

      参数

      • obj: T

      返回 T