Packagecom.gestureworks.cml.away3d.layouts
Classpublic class RandomLayout3D
InheritanceRandomLayout3D Inheritance Layout3D Inheritance com.gestureworks.cml.core.CMLObject

...



Public Properties
 PropertyDefined By
 Inheritedautoplay : Boolean
Automatically tweens when layout method is called.
Layout3D
 Inheritedeasing : *
Specifies the easing equation.
Layout3D
 InheritedlayoutTween : TimelineLite
[read-only] Read-only accessor to layout tweener.
Layout3D
 Inheritedname : String
Layout3D
 InheritedonComplete : Function
Function to call on layout complete
Layout3D
 InheritedonUpdate : 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
 Inheritedtween : Boolean
Flag indicating the display objects will animate to their layout positions.
Layout3D
 InheritedtweenTime : Number
The time(ms) the display objects will take to move into positions
Layout3D
Protected Properties
 PropertyDefined By
 InheritedchildTransforms : Vector.<LayoutTransforms>
Layout3D
 InheritedchildTweens : Array
Layout3D
 Inherited_layoutTween : TimelineLite
Layout3D
Public Methods
 MethodDefined By
  
RandomLayout3D
 Inherited
killTween(child:* = null):void
Kills the tweening of the provided child.
Layout3D
  
layout(container:ObjectContainer3D):void
[override]
RandomLayout3D
 Inherited
parseCML(cml:XMLList):XMLList
[override]
Layout3D
Property Detail
posMaxproperty
posMax:Vector3D

Sets random max position as 3D vector.


Implementation
    public function get posMax():Vector3D
    public function set posMax(value:Vector3D):void
posMinproperty 
posMin:Vector3D

Sets random min position as 3D vector.


Implementation
    public function get posMin():Vector3D
    public function set posMin(value:Vector3D):void
rotMaxproperty 
rotMax:Vector3D

Sets random max rotation as 3D vector.


Implementation
    public function get rotMax():Vector3D
    public function set rotMax(value:Vector3D):void
rotMinproperty 
rotMin:Vector3D

Sets random min rotation as 3D vector.


Implementation
    public function get rotMin():Vector3D
    public function set rotMin(value:Vector3D):void
scaleMaxproperty 
scaleMax:Number

Sets random max scale as number applies equal scaling along all dimensions.


Implementation
    public function get scaleMax():Number
    public function set scaleMax(value:Number):void
scaleMinproperty 
scaleMin:Number

Sets random min scale as number applies equal scaling along all dimensions.


Implementation
    public function get scaleMin():Number
    public function set scaleMin(value:Number):void
scaMaxproperty 
scaMax:Vector3D

Sets random min scale as 3D vector.


Implementation
    public function get scaMax():Vector3D
    public function set scaMax(value:Vector3D):void
scaMinproperty 
scaMin:Vector3D

Sets random min scale as 3D vector.


Implementation
    public function get scaMin():Vector3D
    public function set scaMin(value:Vector3D):void
Constructor Detail
RandomLayout3D()Constructor
public function RandomLayout3D()



Method Detail
layout()method
override public function layout(container:ObjectContainer3D):void

Parameters

container:ObjectContainer3D