Package | com.gestureworks.cml.away3d.elements |
Class | public class Mesh |
Inheritance | Mesh ![]() |
Implements | com.gestureworks.cml.interfaces.IContainer, com.gestureworks.cml.interfaces.ICSS, com.gestureworks.cml.interfaces.IState |
Property | Defined By | ||
---|---|---|---|
childList : ChildList | Mesh | ||
className : String | Mesh | ||
cmlIndex : int | Mesh | ||
gref : * | Mesh | ||
mref : * | Mesh | ||
state : Dictionary | Mesh | ||
stateId : * | Mesh | ||
touchEnabled : Boolean
Sets whether touch events are processed on this object. | Mesh | ||
vto : TouchContainer3D
Virtual transform object. | Mesh |
Method | Defined By | ||
---|---|---|---|
Mesh() | Mesh | ||
addAllChildren():void | Mesh | ||
dispose():void [override]
| Mesh | ||
init():void | Mesh | ||
loadState(sId:* = null, recursion:Boolean = false):void | Mesh | ||
parseCML(cml:XMLList):XMLList | Mesh | ||
postparseCML(cml:XMLList):void | Mesh | ||
saveState(sId:* = null, recursion:Boolean = false):void | Mesh | ||
tweenState(sId:* = null, tweenTime:Number = 1):void | Mesh | ||
updateProperties(state:* = 0):void | Mesh |
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
gref | property |
gref:*
public function get gref():*
public function set gref(value:any):void
mref | property |
mref:*
public function get mref():*
public function set mref(value:any):void
state | property |
public var state:Dictionary
stateId | property |
stateId:*
public function get stateId():*
public function set stateId(value:any):void
touchEnabled | property |
touchEnabled:Boolean
Sets whether touch events are processed on this object. Same as mouseEnabled.
public function get touchEnabled():Boolean
public function set touchEnabled(value:Boolean):void
vto | property |
public var vto:TouchContainer3D
Virtual transform object.
Mesh | () | Constructor |
public function Mesh()
addAllChildren | () | method |
public function addAllChildren():void
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 )
|