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

大约有 341 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0095 秒)

281. laya.display.Animation_API3.0 [ 22%]

...yaAir IDE动画文件路径:使用此类型需要预加载所需的图集资源,否则会创建失败,如果不想预加载或者需要创建完毕的回调,请使用loadAnimation(...)方法; 2. 图集路径:使用此类型创建的动画模版不会被缓存到动画模版缓存池中...

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

282. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 22%]

... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void Methods _initialize _initialize(): void Inherited fr...

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

283. laya.ui.View_API3.0 [ 21%]

...ts:25 场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为false autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不...

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

284. laya.display.Scene_API3.0 [ 21%]

...ts:25 场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为false autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不...

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

285. laya.ui.Radio_API3.0 [ 21%]

...e(this,onLoadComplete)); } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/button.png","label");//创建一个 Button 实例对象 button ,传入它的皮肤skin和标签label。 button.x = 100;//设置 button 对象的属性 x 的...

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

286. laya.d3.core.scene.Scene [ 21%]

... treeSize : Vector3 四/八叉树的尺寸。Scene  url : String 获取资源的URL地址。 Scene viewport : Rectangle = null 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,请使用srollRect),合理使用能提高渲染性能。比如由一个个小图...

来源: laya_api 发布时间: 20170929

287. laya.ani.swf.MovieClip_API3.0 [ 20%]

...响。 basePath basePath: string Defined in laya/ani/swf/MovieClip.ts:71 资源根目录。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标事件...

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

288. laya.ui.ComboBox_API3.0 [ 19%]

...oad("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var comboBox:ComboBox = new ComboBox("resource/ui/button.png", "item0,item1,item2,item3,item4,item5");//创建一个 ComboBox 类的实例...

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

289. laya.display.AnimationBase_API3.0 [ 19%]

... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void viewport get viewport(): Rectangle set viewport(valu...

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

290. laya.ui.ColorPicker_API3.0 [ 19%]

...load("resource/ui/color.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var colorPicket:ColorPicker = new ColorPicker();//创建一个 ColorPicker 类的实例对象 colorPicket 。 colorPicket.skin = "resource/u...

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