PhysicsRaycastResult class

class PhysicsRaycastResult

Annotations
  • @JS()

Constructors

PhysicsRaycastResult()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasHit bool
no setter
hitDistance num
no setter
hitNormalWorld Vector3
no setter
hitPointWorld Vector3
no setter
rayFromWorld Vector3
no setter
rayToWorld Vector3
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateHitDistance() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset([Vector3 from, Vector3 to]) → void
setHitDistance(num distance) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited