Preparing search index...

    Class TrackedPoint

    A point on the real world not attached to any detected plane.

    No replacement; will be removed in a future release.

    Since Lens Scripting Version 363

    Hierarchy (View Summary)

    Index

    Properties

    orientation: quat

    Provides the orientation of the tracked point.

    TrackedPoint is deprecated; see the class-level note.

    Since Lens Scripting Version 363

    position: vec3

    Provides the world position of the tracked point.

    TrackedPoint is deprecated; see the class-level note.

    Since Lens Scripting Version 363

    Methods

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean

    • Stops tracking this point and invalidates the TrackedPoint. After calling this method, the TrackedPoint will no longer update its position.

      Returns void

      TrackedPoint is deprecated; see the class-level note.

      Lens Scripting Version 354

      Since Lens Scripting Version 363