Web Components API Reference - v0.3.0
    Preparing search index...

    Class SplatComponentElement

    The SplatComponentElement interface provides properties and methods for manipulating <pc-splat> elements. The SplatComponentElement interface also inherits the properties and methods of the HTMLElement interface.

    Hierarchy (View Summary)

    Index

    Accessors

    • get enabled(): boolean

      Gets the enabled state of the component.

      Returns boolean

      The enabled state of the component.

    • set enabled(value: boolean): void

      Sets the enabled state of the component.

      Parameters

      • value: boolean

        The enabled state of the component.

      Returns void

    • get unified(): boolean

      Gets whether the splat supports global sorting and LOD streaming.

      Returns boolean

      Whether the splat supports global sorting and LOD streaming.

    • set unified(value: boolean): void

      Sets whether the splat supports global sorting and LOD streaming. This property can only be changed when the component is disabled.

      Parameters

      • value: boolean

        Whether the splat supports global sorting and LOD streaming.

      Returns void

    Methods