Package | com.gestureworks.cml.away3d.layouts |
Class | public class RandomLayout3D |
Inheritance | RandomLayout3D ![]() ![]() |
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 | |
posMax : Vector3D
Sets random max position as 3D vector. | RandomLayout3D | ||
posMin : Vector3D
Sets random min position as 3D vector. | RandomLayout3D | ||
rotMax : Vector3D
Sets random max rotation as 3D vector. | RandomLayout3D | ||
rotMin : Vector3D
Sets random min rotation as 3D vector. | RandomLayout3D | ||
scaleMax : Number
Sets random max scale as number applies equal scaling along all dimensions. | RandomLayout3D | ||
scaleMin : Number
Sets random min scale as number applies equal scaling along all dimensions. | RandomLayout3D | ||
scaMax : Vector3D
Sets random min scale as 3D vector. | RandomLayout3D | ||
scaMin : Vector3D
Sets random min scale as 3D vector. | RandomLayout3D | ||
![]() | 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 | ||
---|---|---|---|
RandomLayout3D | |||
![]() | killTween(child:* = null):void
Kills the tweening of the provided child. | Layout3D | |
layout(container:ObjectContainer3D):void [override] | RandomLayout3D | ||
![]() | parseCML(cml:XMLList):XMLList [override]
| Layout3D |
posMax | property |
posMax:Vector3D
Sets random max position as 3D vector.
public function get posMax():Vector3D
public function set posMax(value:Vector3D):void
posMin | property |
posMin:Vector3D
Sets random min position as 3D vector.
public function get posMin():Vector3D
public function set posMin(value:Vector3D):void
rotMax | property |
rotMax:Vector3D
Sets random max rotation as 3D vector.
public function get rotMax():Vector3D
public function set rotMax(value:Vector3D):void
rotMin | property |
rotMin:Vector3D
Sets random min rotation as 3D vector.
public function get rotMin():Vector3D
public function set rotMin(value:Vector3D):void
scaleMax | property |
scaleMax:Number
Sets random max scale as number applies equal scaling along all dimensions.
public function get scaleMax():Number
public function set scaleMax(value:Number):void
scaleMin | property |
scaleMin:Number
Sets random min scale as number applies equal scaling along all dimensions.
public function get scaleMin():Number
public function set scaleMin(value:Number):void
scaMax | property |
scaMax:Vector3D
Sets random min scale as 3D vector.
public function get scaMax():Vector3D
public function set scaMax(value:Vector3D):void
scaMin | property |
scaMin:Vector3D
Sets random min scale as 3D vector.
public function get scaMin():Vector3D
public function set scaMin(value:Vector3D):void
RandomLayout3D | () | Constructor |
public function RandomLayout3D()
layout | () | method |
override public function layout(container:ObjectContainer3D):void
Parameters
container:ObjectContainer3D |