大约有 44 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...尝试连接到指定的主机和端口。 see laya.utils.Byte Parameters Default value host: string | null = null 服务器地址。 Default value port: number = 0 服务器端口。 Default value byteClass: {} = null 用于接收和发送数据的 Byte 类。如果为 null ,则使用 Byte 类,...
来源: Laya3.0_api 发布时间: 20231115
...次导入就出问题了。是要把unity场景导入到laya2.6. export default class SceneLoad extends Laya.Script{ constructor(){ super(); } onAwake(){ Laya.Scene3D.load("res/LayaScene_demo/Android/demo.ls",Laya.Handler.create(this,funct...
来源: Laya_社区 发布时间: 20200516
Laya2.7.1 射线提示rayCast未定义 export default class click3d extends Laya.Script3D{ constructor() { super(); //创建场景 this.scene = Laya.stage.addChild(new Laya.Scene3D()); //添加相机 this.camera = (this.scene.addChild(new Laya.Camera(0, 0.1, 100))); this.camera.transform.translate(...
来源: Laya_社区 发布时间: 20200801
...中输入chrome://flags/#autoplay-policy 然后在高亮的选项中,将Default 换成No user gesture is required 操作步骤参照截图 2018-05-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 ...
来源: Laya_社区 发布时间: 20180509
...中输入chrome://flags/#autoplay-policy 然后在高亮的选项中,将Default 换成No user gesture is required 操作步骤参照截图 2018-05-15 2 0 分享 微博 QZONE 微信 w1114367261 赞同来自: 你缺少手势安全确定!就是浏览器的安全限制,必须有用户...
来源: Laya_社区 发布时间: 20180509
...d_swimpool01.png"; let swimpoorpath02="Comp/yard_swimpool02.png"; export default class Yard extends Laya.Sprite { private swimpoolani:Laya.Animation; constructor() { super(); this.swimpoolani=new Laya.Animation(); //this.init(); this.swimpoolani.loadAtlas("./res/atlas/Comp.atlas",Laya.Handler.cr...
来源: Laya_社区 发布时间: 20190805
...入: chrome://flags/#autoplay-policy 第二步,在Autoplay policy中将Default改为No user gesture is required 第三步,点击下方的“RELAUNCH NOW”,就大功告成了![/code] 2019-06-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...
来源: Laya_社区 发布时间: 20180609
...nts a variable, not a function Warning: D3D shader compilation failed with default flags. (ps_5_0) Retrying with skip validation C:\fakepath(596,34-81): error X3005: '_webgl_42c649225184485b': identifier represents a variable, not a function Warning: D3D shader compilation failed with skip validat...
来源: Laya_社区 发布时间: 20200226
...port DropBox from "./script/DropBox" /* * 游戏初始化配置; */ export default class GameConfig{ static width:number=640; static height:number=1136; static scaleMode:string="fixedwidth"; static screenMode:string="none"; static startScene:string="test/TestScene.scene"; static sceneRoot:string="";...
来源: Laya_社区 发布时间: 20181001
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