Package | com.gestureworks.cml.away3d.layouts |
Class | public class CircleLayout3D |
Inheritance | CircleLayout3D ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | autoplay : Boolean
Automatically tweens when layout method is called. | Layout3D | |
![]() | easing : *
Specifies the easing equation. | Layout3D | |
![]() | layoutTween : TimelineLite [read-only]
Read-only accessor to layout tweener. | Layout3D | |
![]() | name : String | Layout3D | |
![]() | onComplete : Function
Function to call on layout complete
| Layout3D | |
![]() | onUpdate : Function
Function to call on layout update
| Layout3D | |
radius : Number
Sets the radius of the circle. | CircleLayout3D | ||
![]() | tween : Boolean
Flag indicating the display objects will animate to their layout positions. | Layout3D | |
![]() | tweenTime : Number
The time(ms) the display objects will take to move into positions
| Layout3D |
Method | Defined By | ||
---|---|---|---|
CircleLayout3D | |||
![]() | killTween(child:* = null):void
Kills the tweening of the provided child. | Layout3D | |
layout(container:ObjectContainer3D):void [override] | CircleLayout3D | ||
![]() | parseCML(cml:XMLList):XMLList [override]
| Layout3D |
radius | property |
radius:Number
Sets the radius of the circle.
public function get radius():Number
public function set radius(value:Number):void
CircleLayout3D | () | Constructor |
public function CircleLayout3D()
layout | () | method |
override public function layout(container:ObjectContainer3D):void
Parameters
container:ObjectContainer3D |