DXBaseTrigger Entity The DXBaseTrigger is an abstract class serving as a base for all trigger-based entities within DX PUZZLES. It provides general trigger functionalities, allowing interaction with actors based on collision overlaps. General Properties Trigger Settings Is Enabled Determines if the trigger is active...

DXTrigger Entity (Generic Trigger) The DXTrigger is a basic trigger entity derived from the DXBaseTrigger. It’s primarily used to handle straightforward triggering events within DX PUZZLES without additional functionalities. Overview DXTrigger entities detect overlaps with actors to initiate predefined events,...

DXTriggerHurt Entity The DXTriggerHurt entity applies continuous damage to actors within its bounds at specified intervals. Ideal for hazards such as environmental traps, damaging fields, or hazardous areas. Example of usage - hazardous water Hurt Properties Damage Type Defines the type of damage applied (e.g., fire,...

DXTriggerPush Entity The DXTriggerPush entity applies physical forces to actors that enter its area. It’s commonly used to simulate effects such as wind tunnels, conveyor belts, or gravity lifts. Properties Push Properties Push Direction Direction in which force is applied to actors within the trigger. Push Force...

DXTriggerTeleport Entity The DXTriggerTeleport entity instantly relocates actors upon entry, ideal for puzzles requiring teleportation or movement across game spaces. Teleport Properties Teleport Destinations Specifies target locations to teleport actors. Multiple destinations can be specified, and a random...