三角形渲染的容器

Constructor

new ()

Methods

addChild (display:ITriangleDisplayObject):Void

添加一个三角形显示对象

Parameters:

display

三角形显示对象

addChildAt (display:ITriangleDisplayObject, index:Int):Void

添加一个三角形显示对象,同时指定索引位置

Parameters:

display
null

index

Inherited Variables

Defined by TriangleDisplayObject

alpha:Float

changed:Bool

当数据发生变更时,需要设置为true,才会触发onRenderReady事件

height:Float

vertices:Vector<Float>

width:Float

x:Float

y:Float

Inherited Methods