timelinefx:timelinefx.tlGameObject.ListenLayers
Property ListenLayers:Int[]
Get/Set the listen layers of the object.
When using a tlQuadTree to manage all your game objects, you can define which layers of the quad tree the object should listen for collisions.
You then define a callback using SetCollisionHandler where you can use a function to process the collisions.