PickingInfo class
class PickingInfo
- Annotations
-
- @JS()
Constructors
Properties
- bu ↔ num
-
getter/setter pair
- bv ↔ num
-
getter/setter pair
- distance ↔ num
-
getter/setter pair
- faceId ↔ num
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hit ↔ bool
-
getter/setter pair
- originMesh ↔ AbstractMesh
-
getter/setter pair
- pickedMesh ↔ AbstractMesh
-
getter/setter pair
- pickedPoint ↔ Vector3
-
getter/setter pair
- pickedSprite ↔ Sprite
-
getter/setter pair
- ray ↔ Ray
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subMeshFaceId ↔ num
-
getter/setter pair
- subMeshId ↔ num
-
getter/setter pair
- thinInstanceIndex ↔ num
-
getter/setter pair
Methods
-
getNormal(
[bool useWorldCoordinates, bool useVerticesNormals]) → Vector3 -
getTextureCoordinates(
) → Vector2 -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited