• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 821 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0081 秒)

641. laya.particle.Particle2D_API3.0 [ 36%]

...uctor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoPlay autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth disp...

来源: Laya3.0_api 发布时间: 20231115

642. laya.media.SoundNode_API3.0 [ 36%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY autoPlay blendMode cacheAs components customRenderEnable destroyed displayHeight displayW...

来源: Laya3.0_api 发布时间: 20231115

643. laya.map.TileAniSprite [ 36%]

...值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性...

来源: laya_api 发布时间: 20170929

644. laya.map.GridSprite_API3.0 [ 36%]

...Properties _extra _ownGraphics _scene _skinBaseUrl _url aniSpriteArray autoSize drawImageNum hitTestPrior isAloneObject isHaveAnimation mouseThrough name relativeX relativeY tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs componen...

来源: Laya3.0_api 发布时间: 20231115

645. laya.map.MapLayer_API3.0 [ 35%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior layerName mouseThrough name tag tarLayer drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeigh...

来源: Laya3.0_api 发布时间: 20231115

646. 2D物理-碰撞事件与传感器 [ 35%]

... var sp = new Sprite(); Laya.stage.addChild(sp); sp.pos(350 + i * 50, 200).size(40, 40); var rb: RigidBody = sp.addComponent(RigidBody); this.bodys.push(rb); this.touching[i] = false; rb.getBody().SetUserData({pointer: i}); var circleCollider: CircleCollider = sp.addComponent(CircleCollider); circle...

来源: Laya2.0_示例 发布时间: 20241119

647. laya.net.Loader_API3.0 [ 35%]

...数组:["a.png","b.png"];复杂数组[{url:"a.png",type:Loader.IMAGE,size:100,priority:1},{url:"b.json",type:Loader.JSON,size:50,priority:1}]。 Optional complete: Handler 加载结束回调。根据url类型不同分为2种情况:1. url为String类型,也就是单个资源地址,如果加...

来源: Laya3.0_api 发布时间: 20231115

648. laya.ui.DialogManager_API3.0 [ 35%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize closeEffectHandler hitTestPrior lockLayer maskLayer mouseThrough name popupEffectHandler tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components cu...

来源: Laya3.0_api 发布时间: 20231115

649. laya.physics.PhysicsDebugDraw [ 35%]

...值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性...

来源: Laya2.0_api 发布时间: 20190513

650. List属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 35%]

...***/ public var img:Image; public function Item() { //设置大小宽高 size(WID, HEI); //实例化图片 img = new Image(); //加载到单元格中 addChild(img); } } ```

来源: Laya2.0_文档 发布时间: 20210715