大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0056 秒)
Laya_社区(720) Laya3.0_api(672) Laya2.0_api(367) laya_api(298) Laya_示例(150) Laya2.0_示例(114) Laya2.0_文档(107) Laya3.0_文档(54)
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/HtmlParser" HtmlParser Class HtmlParser Hierarchy HtmlParser Index Constructors constructor Properties defaultParser Methods parse Object l...
来源: Laya3.0_api 发布时间: 20231115
... import laya.display.Stage; import laya.webgl.WebGL; public class SmartScale { public function SmartScale() { //初始化舞台,不支持WebGL时会自动切换至Canvas Laya.init(20...
来源: Laya2.0_文档 发布时间: 20201010
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/pixelLine/PixelLineData" PixelLineData Class PixelLineData PixelLineData 类用于表示线数据。 Hierarchy PixelLineData Index Prope...
来源: Laya3.0_api 发布时间: 20231115
...o Frames TileAniSpriteProperties | Methods | Events Packagelaya.mapClasspublic class TileAniSpriteInheritanceTileAniSprite Sprite Node EventDispatcher Object TildMap的动画显示对象(一个动画(TileTexSet),可以绑定多个动画显示对象(TileAniSprite)) Public Properties ...
来源: Laya2.0_api 发布时间: 20190513
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/RandX" RandX Class RandX Rand 类用于通过128位整型种子创建随机数,算法来自:https://github.com/AndreasMadsen/xorshift。...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Mouse" Mouse Class Mouse Mouse 类用于控制鼠标光标样式。 Hierarchy Mouse Index Accessors cursor Methods hide show Accessors Sta...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/Keyframe" Keyframe Class Keyframe KeyFrame 类用于创建关键帧实例。 Hierarchy Keyframe FloatKeyframe QuaternionKeyframe Vector3...
来源: Laya3.0_api 发布时间: 20231115
...* 是否需要分组。 * 分组资源在地图变化时自动销毁 * **/ public function Load(url:String,isGroup:Boolean):void { _path = UrlConfig.EFFECT_PATH_3D+url; var itemComplete:Sprite3D = Laya.loader.getRes(_path); if(itemComplete == null || itemComplete.loaded == false){ var groupName:Stri...
来源: Laya_社区 发布时间: 20180425
...———————————————————————— public class MainActivity extends Activity{ private IPlugin mPlugin = null; private IPluginRuntimeProxy mProxy = null; boolean isLoad=false; boolean isExit=false; private WebView webView = ...
来源: Laya_社区 发布时间: 20170517
...ffffff"; Stat.show(); this.mLabelSprite = new Sprite(); this.startFun(); } public startFun():void { this.mAniPath = "../../res/spine/spineRes6/alien.sk"; this.mFactory = new Templet(); this.mFactory.on(Event.COMPLETE, this, this.parseComplete); this.mFactory.on(Event.ERROR, this, this.onError); this...
来源: Laya_示例 发布时间: 20260106