PhysicsQueryFlags
Summary
Definition
Namespace: SDT4.Managed.Physics
Assembly: SDT4.Managed.Physics.dll
enum PhysicsQueryFlags
Fields
| Name | Type | Description |
|---|---|---|
Position |
PhysicsQueryFlags | Retrieves hit position |
Normal |
PhysicsQueryFlags | Retrieves hit normal |
ShapeIndex |
PhysicsQueryFlags | Retrieves shape index of the hit actor |
PrimitiveUV |
PhysicsQueryFlags | Retrieves hit uv of the collided triangle mesh face |
AssumeNoOverlap |
PhysicsQueryFlags | |
AnyHit |
PhysicsQueryFlags | |
MeshNoBackFaceCulling |
PhysicsQueryFlags | |
PreciseSweep |
PhysicsQueryFlags | |
FaceIndex |
PhysicsQueryFlags | Retrieves face index of convex/triangle mesh |
Default |
PhysicsQueryFlags |
Properties
| Name | Type | Description |
|---|---|---|