大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0052 秒)
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/ani/bone/SkinSlotDisplayData" SkinSlotDisplayData Class SkinSlotDisplayData 插槽显示数据 Hierarchy SkinSlotDisplayData Index Properties at...
来源: 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/scene/SceneRenderManager" SceneRenderManager Class SceneRenderManager 类用来实现场景渲染节点管理 Hierarchy SceneRenderManag...
来源: Laya3.0_api 发布时间: 20231115
...rt laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class LayaAirDemo { private const AniConfPath:String = "fighter/fighter.json"; public function LayaAirDemo() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya...
来源: Laya_社区 发布时间: 20170628
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/InputManager" TouchInfo Class TouchInfo Hierarchy TouchInfo Implements ITouchInfo Index Constructors constructor Properties began clickCa...
来源: Laya3.0_api 发布时间: 20231115
...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/HeightMap" HeightMap Class HeightMap HeightMap 类用于实现高度图数据。 Hierarchy HeightMap Index Constructors constructor Acce...
来源: Laya3.0_api 发布时间: 20231102
...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/trail/VertexTrail" VertexTrail Class VertexTrail VertexTrail 类用于创建拖尾顶点结构。 Hierarchy VertexTrail Implements IVert...
来源: Laya3.0_api 发布时间: 20231102
...200k的gb2312 unicode转换表然后,自己写算法查找和装换吧. public function readMultiByte (length:int, charSet:String):String { if(charSet=="UNICODE" || charSet=="unicode") { return readUnicode(length...
来源: Laya_社区 发布时间: 20160606
... 属性名称 * @return */ public function getMapProperties(name:String):* { if (_properties) { return _properties[name]; } return null; } ...
来源: Laya_社区 发布时间: 20180502
...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorStateCondition" AnimatorStateTriggerCondition Class AnimatorStateTriggerCondition Hierarchy AnimatorStateCondition...
来源: Laya3.0_api 发布时间: 20231102
鼠标事件:为什么没有设置穿透,也会发生穿透现象? public function createMovieClip():void { bg = CreateObj.createSprite(McUrlMgr.LOAD_BG_Path); this.addChild(bg); bg.x = 0; bg.y = 0; ...
来源: Laya_社区 发布时间: 20161223