大约有 1,233 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0072 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(25) Laya2.0_示例(9) Laya_示例(7)
... public function get height():Number public function set height(value:Number):voidMethod DetailchangeItems()methodoverride protected function changeItems():void 改变子对象的布局。 sortItem()method override protected function sortItem(items:Array):void 排序项目列表。可通...
来源: laya_api 发布时间: 20170929
... public function get width():Number public function set width(value:Number):voidMethod DetailchangeItems()methodoverride protected function changeItems():void 改变子对象的布局。 Constant DetailCENTERConstantpublic static const CENTER:String = center 居中对齐。 LEFTConstant...
来源: Laya2.0_api 发布时间: 20190513
... defaultTipHandler():Function public function set defaultTipHandler(value:Function):voidoffsetXproperty public static var offsetX:int = 10offsetYproperty public static var offsetY:int = 15tipBackColorproperty public static var tipBackColor:String = #111111tipDelayproperty public static va...
来源: Laya2.0_api 发布时间: 20190513
... public function get height():Number public function set height(value:Number):voidMethod DetailchangeItems()methodoverride protected function changeItems():void 改变子对象的布局。 sortItem()method override protected function sortItem(items:Array):void 排序项目列表。可通...
来源: Laya2.0_api 发布时间: 20190513
...粒子的颜色。 Texture:指定粒子使用的纹理贴图 Alpha Test Value:透明测试开启时,当前像素根据设定条件决定是否输出颜色 Tiling Offset:获取纹理平铺和偏移 Material Render Mode:设置渲染模式 Opaque:默认设置,适用于没有透明区...
来源: Laya3.0_文档 发布时间: 20241014
...7 8591-8591/? E/LayaGameEngine﹕ game_plugin_set_option key=localize value=false 04-11 11:17:08.927 8591-8591/? E/LayaGameEngine﹕ game_plugin_set_option key=gameUrl value=http://192.168.167.103:8901/bin/h5/index.html 04-11 11:17:08.927 8591-8591/? I/layaConch3﹕ m_interceptKey OK!...
来源: Laya_社区 发布时间: 20170411
... public function get dataSource():* public function set dataSource(value:any):voidConstructor DetailCheckBox()Constructorpublic function CheckBox(skin:String = null, label:String) 创建一个新的 CheckBox 组件实例。 Parameters skin:String (default = null) — 皮肤资源地址。 ...
来源: laya_api 发布时间: 20170929
....onclick = function() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel 总结:可以看到 web的声音功能越来越强大,假如不考虑某些低端机的兼容性,完全可以做一个web的播放器。这里只是做出了一个...
来源: Laya2.0_文档 发布时间: 20210714
... public function get dataSource():* public function set dataSource(value:any):voidConstructor DetailCheckBox()Constructorpublic function CheckBox(skin:String = null, label:String) 创建一个新的 CheckBox 组件实例。 Parameters skin:String (default = null) — 皮肤资源地址。 ...
来源: Laya2.0_api 发布时间: 20190513
...自动加载图片,然后显示 */ get texture(): Texture; set texture(value: Texture); 我们来看看代码示例: Laya.loader.load("atlas/comp/image.png").then(() => { let sprite = new Laya.Sprite(); //精灵设置纹理并居中显示 let res = Laya.loader.getRes("atlas/comp/image.png"); ...
来源: Laya3.0_文档 发布时间: 20241014