Class BoxTrigger
- Namespace
- LibGFX.Physics.Behaviors3D
- Assembly
- LibGFX.dll
Represents a 3D box trigger
public class BoxTrigger : TriggerBehavior, IGameBehavior
- Inheritance
-
BoxTrigger
- Implements
- Inherited Members
Constructors
BoxTrigger(PhysicsHandler)
Creates a new 3D box trigger
public BoxTrigger(PhysicsHandler physicsHandler)
Parameters
physicsHandlerPhysicsHandler
Methods
CreateTrigger(int, int)
Creates a box trigger with the given collision group and collision mask
public void CreateTrigger(int collisionGroup = -1, int collisionMask = -1)