What's New in Director 8.5 > Controlling the 3D World > Collisions > Collision commands |
![]() ![]() ![]() |
Collision commands
Collision commands allow you to override certain aspects of the default behavior set for models during collisions. If neither of the models involved in the collision has resolve
set to TRUE
, you can manually resolve the collision using resolveA(true)
for model A or resolveB(true)
for model B.
Command |
Description |
Returns |
---|---|---|
|
Resolves collision for model A. |
Nothing |
|
Resolves collision for model B. If the argument is |
Nothing |
![]() ![]() ![]() |