大约有 2,154 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)
Laya3.0_api(672) Laya_社区(471) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(5)
...een; public class MyBox extends Sprite { private var _shape:Sprite; public function MyBox() { super(); graphics.drawRect(0,0,200,200,"#00ff00"); _shape=new Sprite(); _shape.graphics.drawCircle(0,0,20,"#ff0000"); addChild(_shape); //加上这句正常,反之则异常 //_shape.cacheAsBitmap=true; po...
来源: Laya_社区 发布时间: 20170124
...个新的对象返回。 Pool getItemByCreateFun(sign:String, createFun:Function):*[static] 根据传入的对象类型标识字符,获取对象池中此类型标识的一个对象实例。 当对象池中无此类型标识的对象时,则使用传入的创建此类型对象的函数,新建...
来源: laya_api 发布时间: 20170929
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: laya_api 发布时间: 20170929
...ius:Number发射器半径。Constructor DetailConeShape()Constructorpublic function ConeShape() 创建一个 ConeShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void Parameters boundBox:BoundBox_getSpeedBoundBox()method override...
来源: laya_api 发布时间: 20170929
...ius:Number发射器半径。Constructor DetailConeShape()Constructorpublic function ConeShape() 创建一个 ConeShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void Parameters boundBox:BoundBox_getSpeedBoundBox()method override...
来源: Laya2.0_api 发布时间: 20190513
...public var y:NumberY轴坐标Constructor DetailViewport()Constructorpublic function Viewport(x:Number, y:Number, width:Number, height:Number) 创建一个 Viewport 实例。 Parameters x:Number — x坐标。 y:Number — y坐标。 width:Number — 宽度。 height:Number — 高度。 Method...
来源: Laya2.0_api 发布时间: 20190513
...ride] PhysicsComponentConstructor DetailPhysicsCollider()Constructorpublic function PhysicsCollider(collisionGroup:int, canCollideWith:int) 创建一个 PhysicsCollider 实例。 Parameters collisionGroup:int (default = NaN) — 所属碰撞组。 canCollideWith:int (default = NaN) — 可产生...
来源: Laya2.0_api 发布时间: 20190513
...neData>):void 添加多条线段。 PixelLineSprite3D callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clear():void 清除所有线段。 PixelLineSprite3D clearTimer(caller:*, m...
来源: Laya2.0_api 发布时间: 20190513
...s:Number发射器半径。Constructor DetailCircleShape()Constructorpublic function CircleShape() 创建一个 CircleShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void Parameters boundBox:BoundBox_getSpeedBoundBox()method over...
来源: laya_api 发布时间: 20170929
...s:Number发射器半径。Constructor DetailCircleShape()Constructorpublic function CircleShape() 创建一个 CircleShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void Parameters boundBox:BoundBox_getSpeedBoundBox()method over...
来源: Laya2.0_api 发布时间: 20190513