rex_pushoutsolid
Introduction
Push object out from solid object.
Push object out from solid object.
Usage
Push out solid
Sample capx
Add this behavior, and set "Activated" to "Yes", "Obstacles" to "Solids", to push out this instance from instances which have "solid" behavior.
Sample capx
Add this behavior, and set "Activated" to "Yes", "Obstacles" to "Solids", to push out this instance from instances which have "solid" behavior.
Push out custom obstacles
Add this behavior, and set "Activated" to "Yes", "Obstacles" to "Custom", then add obstacle types by "Action:Add obstacle".
( This step is similar with official pathfinding behavior )
Add this behavior, and set "Activated" to "Yes", "Obstacles" to "Custom", then add obstacle types by "Action:Add obstacle".
( This step is similar with official pathfinding behavior )
Push out manually
Sample capx
Call one of these actions to push out object manually-
Sample capx
Call one of these actions to push out object manually-
- Action:Push out nearest
- Action:Push out at angle
- Action:Push out toward position