timelinefx:timelinefx.tlCircle.New
Method New:Void( x:Float, y:Float, radius:Float, layer:Int=0, data:@object=Null )
tlBox ConstructorCreate a new tlCircle at the given coordinates with the given radius. The coordinates will represent where the center of the circle is located
in the world. You can also assign some data to the boundary as handy way to store some extra info about the boundary.
@example
Local box:=New tlCircle(100, 100, 50, 0)
@end
| Parameters |
|
x |
Top left y coordinate |
y |
Top Left x coordinate |
radius |
Radius of the circle |
layer |
The layer that the circle is on, used for quadtrees |
data |
any Object associated with the box |