Package | com.gestureworks.cml.away3d.geometries |
Class | public class PlaneGeometry |
Inheritance | PlaneGeometry ![]() |
Implements | com.gestureworks.cml.interfaces.IObject, com.gestureworks.cml.interfaces.ICSS, com.gestureworks.cml.interfaces.IState, IGeometry |
Property | Defined By | ||
---|---|---|---|
childList : ChildList | PlaneGeometry | ||
className : String | PlaneGeometry | ||
cmlIndex : int | PlaneGeometry | ||
state : Dictionary | PlaneGeometry | ||
stateId : * | PlaneGeometry |
Method | Defined By | ||
---|---|---|---|
PlaneGeometry(width:Number = 100, height:Number = 100, segmentsW:uint = 1, segmentsH:uint = 1, yUp:Boolean = true, doubleSided:Boolean = false) | PlaneGeometry | ||
dispose():void [override]
| PlaneGeometry | ||
init():void | PlaneGeometry | ||
loadState(sId:* = null, recursion:Boolean = false):void | PlaneGeometry | ||
parseCML(cml:XMLList):XMLList | PlaneGeometry | ||
postparseCML(cml:XMLList):void | PlaneGeometry | ||
saveState(sId:* = null, recursion:Boolean = false):void | PlaneGeometry | ||
tweenState(sId:* = null, tweenTime:Number = 1):void | PlaneGeometry | ||
updateProperties(state:* = 0):void | PlaneGeometry |
childList | property |
childList:ChildList
public function get childList():ChildList
public function set childList(value:ChildList):void
className | property |
className:String
public function get className():String
public function set className(value:String):void
cmlIndex | property |
cmlIndex:int
public function get cmlIndex():int
public function set cmlIndex(value:int):void
state | property |
public var state:Dictionary
stateId | property |
stateId:*
public function get stateId():*
public function set stateId(value:any):void
PlaneGeometry | () | Constructor |
public function PlaneGeometry(width:Number = 100, height:Number = 100, segmentsW:uint = 1, segmentsH:uint = 1, yUp:Boolean = true, doubleSided:Boolean = false)
Parameters
width:Number (default = 100 )
| |
height:Number (default = 100 )
| |
segmentsW:uint (default = 1 )
| |
segmentsH:uint (default = 1 )
| |
yUp:Boolean (default = true )
| |
doubleSided:Boolean (default = false )
|
dispose | () | method |
override public function dispose():void
init | () | method |
public function init():void
loadState | () | method |
public function loadState(sId:* = null, recursion:Boolean = false):void
Parameters
sId:* (default = null )
| |
recursion:Boolean (default = false )
|
parseCML | () | method |
public function parseCML(cml:XMLList):XMLList
Parameters
cml:XMLList |
XMLList |
postparseCML | () | method |
public function postparseCML(cml:XMLList):void
Parameters
cml:XMLList |
saveState | () | method |
public function saveState(sId:* = null, recursion:Boolean = false):void
Parameters
sId:* (default = null )
| |
recursion:Boolean (default = false )
|
tweenState | () | method |
public function tweenState(sId:* = null, tweenTime:Number = 1):void
Parameters
sId:* (default = null )
| |
tweenTime:Number (default = 1 )
|
updateProperties | () | method |
public function updateProperties(state:* = 0):void
Parameters
state:* (default = 0 )
|