Solid behavior script interface

The ISolidBehaviorInstance interface derives from IBehaviorInstance to add APIs specific to the Solid behavior.

Solid behavior APIs

tags
Set or get a list of tags for this solid behavior instance as a space-separated string. This allows for solid collision filtering in combination with the setSolidCollisionFilter() method of ISpriteInstance.
isEnabled
A boolean indicating if the behavior is enabled. If disabled, the behavior no longer has any effect on the object.
Construct 3 Manual 2022-09-01

On this page