timelinefx:
timelinefx
.
tlLine
.PolyCollide
Method PolyCollide:
tlCollisionResult
( poly:
tlPolygon
)
Check for a collision with a
tlPolygon
Use this to check for a collision with a
tlPolygon
that you pass to the method. You can then use the information stored in
tlCollisionResult
to perform various things based on the result of the collision check.
Parameters
poly
The
tlPolygon
to check with