No details are provided for this entry.
Declaration Syntax
public class GeometryRayCastSettings
Table 11: Members
Constructor | GeometryRayCastSettings() |
Creates a new GeometryRayCastSettings instance. |
Property | CastLength |
Optional; specifies maximum axial distance from BoundVector origin. Defaults to maximum needed length. |
Property | CastRadius |
Optional; specifies maximum radial distance from BoundVector. |
Property | HitBodies |
Specifies whether ray casting should hit bodies. Defaults to false. |
Property | HitEdges |
Specifies whether ray casting should hit edges. Defaults to false. |
Property | HitFaces |
Specifies whether ray casting should hit faces. Defaults to true. |
Property | HitVertices |
Specifies whether ray casting should hit vertices. Defaults to false. |
Property | MaxHits |
Specifies maximum number of ray casting hits. Defaults to 1000. |