大约有 856 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0146 秒)
Laya_社区(264) Laya3.0_api(263) Laya2.0_api(142) laya_api(119) Laya3.0_文档(35) Laya2.0_文档(28) Laya_示例(3) Laya2.0_示例(2)
... null) 创建一个新的 ComboBox 组件实例。 Parameters skin:String (default = null) — 皮肤资源地址。 labels:String (default = null) — 下拉列表的标签集字符串。以逗号做分割,如"item0,item1,item2,item3,item4,item5"。 Method DetailchangeItem()method protected fun...
来源: Laya2.0_api 发布时间: 20190513
...围球 Parameters sphere:BoundSphere — 包围球 ignoreScale:Boolean (default = false) — 是否考虑该包围盒的缩放 Returnsint — 返回位置关系 createByBoundBox()method public static function createByBoundBox(box:BoundBox, out:OrientedBoundBox):void 根据AABB包围盒创建一...
来源: laya_api 发布时间: 20170929
...ssage.cmd); break; default: console.log(JSON.stringify(message)) } } public start():void{ console.log("OpenDataBootstrap running ...... ......"); ...
来源: Laya_社区 发布时间: 20180529
...drawSp.graphics.drawRect(0,0,drawSp.width,drawSp.height,"#ff0000"); break; default: break; } } } }
来源: Laya2.0_示例 发布时间: 20260303
...信开发者工具中查看效果: const Layout = require("./engine.js").default; let sharedCanvas = wx.getSharedCanvas(); let sharedContext = sharedCanvas.getContext("2d"); // 使用XML格式的内容来描述开放数据域的界面,一般使用模板函数来构建 let template = ` <view i...
来源: Laya3.0_文档 发布时间: 20251010
...围球 Parameters sphere:BoundSphere — 包围球 ignoreScale:Boolean (default = false) — 是否考虑该包围盒的缩放 Returnsint — 返回位置关系 createByBoundBox()method public static function createByBoundBox(box:BoundBox, out:OrientedBoundBox):void 根据AABB包围盒创建一...
来源: Laya2.0_api 发布时间: 20190513
...ime(passedTime:Number = 1):void 时钟前进 Parameters passedTime:Number (default = 1) — 时钟前进时间 customRender()method override public function customRender(context:RenderContext, x:Number, y:Number):void Parameters context:RenderContext x:Number y:Numberdestroy()method override pub...
来源: laya_api 发布时间: 20170929
...ime(passedTime:Number = 1):void 时钟前进 Parameters passedTime:Number (default = 1) — 时钟前进时间 customRender()method override public function customRender(context:Context, x:Number, y:Number):void Parameters context:Context x:Number y:Numberdestroy()method override public function...
来源: Laya2.0_api 发布时间: 20190513
...一个 Particle3D 实例。 Parameters material:ShurikenParticleMaterial (default = null) — value 粒子配置。 Method Detail_parseCustomProps()methodoverride protected function _parseCustomProps(rootNode:ComponentNode, innerResouMap:Object, customProps:Object, nodeData:Object):void private Para...
来源: laya_api 发布时间: 20170929
...interfaces/IHttpResponse"; import Notice from "../../utils/Notice"; export default class AuthReg extends ui.AuthRegUI { /** 密码临时存储 */ private _tmp_pwd: string = ""; /** 输入框数组 */ private _arrInput: Laya.TextInput = [this.input_nickname, this.input_mobile, this.input_password, th...
来源: Laya_社区 发布时间: 20200410