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

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

481. Laya2.0 OC调用js [ 54%]

Laya2.0 OC调用js export default class Test  {       public static onClick():void{           alert("456")       }         }​   [[conchRuntime GetIOSConchRuntime] runJS:@"Test.onClick()"];  error: ReferenceError: Can't find variable: Test   p.p1 {margin: 0.0px 0.0px 0.0px 0.0px...

来源: Laya_社区 发布时间: 20190313

482. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.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/d3/component/Volume/reflectionProbe/ReflectionProbe" ReflectionProbe Class ReflectionProbe ReflectionProbe 类用于实现反射探针组件 min...

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

483. laya.resource.AssetDb_API3.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/resource/AssetDb" AssetDb Class AssetDb 此类用来描述资源 Hierarchy AssetDb Index Properties metaMap shaderNameMap uuidMap inst Methods U...

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

484. laya.device.geolocation.Geolocation_API3.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/device/geolocation/Geolocation" Geolocation Class Geolocation 使用前可用supported查看浏览器支持。 Hierarchy Geolocation Index Const...

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

485. laya.display.Animation_API3.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/display/Animation" Animation Class Animation Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 ...

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

486. laya.ui.Radio_API3.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/ui/Radio" Radio Class Radio Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中...

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

487. JSON文件加载成功后,怎么解析成Object对象 [ 54%]

...aya.net.Loader; import laya.utils.Handler; /** * ... * @author OttoChen */ public class TestMain { private var txt:Text = null; public function TestMain() { Laya.init(800, 800); txt = new Text(); txt.mouseEnabled = false; txt.overflow = Text.SCROLL; txt.size(Laya.stage.width, Laya.stage.height); txt...

来源: Laya_社区 发布时间: 20180227

488. 批量创建图片后,怎样通过索引删除图片 [ 54%]

...节点,否则不销毁子节点。          */         public function destroy(destroyChild:Boolean = true):void {} 2018-06-20 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 刘禹_社区新零售+物业Saas服务 相...

来源: Laya_社区 发布时间: 20180620

489. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 54%]

...建项目。代码如下: ```java package { import laya.display.Sprite; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor ="#cccccc"; var data:String= "data:image/svg+xml,"+'' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + '';...

来源: Laya2.0_文档 发布时间: 20210715

490. 分享:简单聊天室 [ 54%]

...t laya.events.Event; import laya.utils.Browser; import ui.test.HtmlPageUI; public class HtmlView1 extends HtmlPageUI { private var str:String; private var str2:String; private var isSend:Boolean=false; public function HtmlView1() { super(); // 文本样式一 str="<span color='blue' style=' font"...

来源: Laya_社区 发布时间: 20170107