PhysicsStaticBodyTrigger Property |
Whether the static physics body is acting as a trigger.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool Trigger { get; }
Property Value
Type:
Boolean
Remarks
When a static physics body acts as a trigger contact points are still generated during
the collision detection phase. However, contact joints are not created and so there is
no physics-based dynamic response to the contact points. This is ideal for sensors.
See Also