Skip to main content

PickResultIcon

Represents a pick operation where a Icon was picked.

Hierarchy

  • PickResultBase
    • PickResultIcon

Index

Constructors

Properties

Accessors

Methods

Constructors

publicconstructor

  • Constructor


    Parameters

    Returns PickResultIcon

Properties

publicreadonlyid

id: number

Unique GPU picking id for the hit object

publicreadonlymesh

mesh: Mesh

BabylonJS Mesh pick operation yielded. object belongs to this mesh.

publicreadonlyobject

object: Icon

Icon yielded by pick operation.

publictype

type: Icon = PickResultType.Icon

Discriminant union selector.

Accessors

publichitInfo

  • Exact intersections of icon that the pick operation gave.


    Returns Intersection[]

Methods

equals

  • Compare two PickResult instances.


    Parameters

    Returns boolean