最終更新:2022-07-14 (木) 06:15:45 (646d)  

BABYLON.PickingInfo
Top / BABYLON.PickingInfo

Information about the result of picking within a scene

https://doc.babylonjs.com/typedoc/classes/BABYLON.PickingInfo

PickingInfo?

コンストラクタ

constructor

プロパティ

  • aimTransform
    buThe barycentric U coordinate that is used when calculating the texture coordinates of the collision.
    bvThe barycentric V coordinate that is used when calculating the texture coordinates of the collision.
    distanceDistance away where the pick collided
    faceIdThe index of the face on the mesh that was picked, or the index of the Line if the picked Mesh is a LinesMesh?
    gripTransform
    hit
    originMesh
    pickedMesh
    pickedPoint
    pickedSprite
    ray
    subMeshFaceId?
    subMeshId?
    thinInstanceIndex?

メソッド

  • getNormal
  • getTextureCoordinates?

関連

  • onPointerObservable?