大约有 895 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0053 秒)
Laya_社区(504) Laya_示例(133) Laya2.0_示例(98) Laya3.0_api(55) Laya2.0_文档(54) laya_api(27) Laya2.0_api(22) Laya3.0_文档(2)
...al feature and could change at any time. laya_ide_time.require.single.gulp-util: 7.87ms gulp.js:8 laya_ide_time.require.single.pretty-hrtime: 2.2ms gulp.js:8 laya_ide_time.require.single.chalk: 10.4ms gulp.js:8 laya_ide_time.require.single.semver: 5.05ms gulp.js:8 laya_ide_time.require.single.archy:...
来源: Laya_社区 发布时间: 20200607
...Sprite; import laya.events.Event; import laya.net.HttpRequest; import laya.utils.Browser; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var sp:Sprite = new Sprite(); var xhr:HttpRequest = new HttpRequest(); xhr.once(Event.COMPLETE,this,completeHandl...
来源: Laya2.0_文档 发布时间: 20210714
...e from "../../network/interfaces/IHttpResponse"; import Notice from "../../utils/Notice"; export default class AuthReg extends ui.AuthRegUI { /** 密码临时存储 */ private _tmp_pwd: string = ""; /** 输入框数组 */ private _arrInput: Laya.TextInput = [this.input_nickname, this.input_mobile, t...
来源: Laya_社区 发布时间: 20200410
...idBody"; import { Label } from "laya/ui/Label"; import { Stat } from "laya/utils/Stat"; import { WebGL } from "laya/webgl/WebGL"; import { Main } from "../Main"; /** * 仿生兽 */ export class Physics_Strandbeests { Main: typeof Main = null; private scale = 2.5; private pos: Array = [500, 400]; pri...
来源: Laya2.0_示例 发布时间: 20251218
...ayaAir3D view. Verify that all layout Begin/End calls match UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you ...
来源: Laya_社区 发布时间: 20240111
...层次结构数据。 example package { import laya.ui.Tree; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll....
来源: Laya3.0_api 发布时间: 20231115
...lay.Sprite; import laya.events.Event; import laya.maths.Point; import laya.utils.Browser; import laya.webgl.WebGL; /** * ... * @author Survivor */ public class InputDevice_GluttonousSnake { private var seg:Segment; private var segments:Array = []; private var foods:Array = []; private var initialSeg...
来源: Laya_示例 发布时间: 20251218
...ull ,则使用 Byte 类,也可传入 Byte 类的子类。 See alsolaya.utils.ByteMethod DetailcleanSocket()method public function cleanSocket():void 清理socket。 close()method public function close():void 关闭连接。 connect()method public function connect(host:String, port:int):void ...
来源: laya_api 发布时间: 20170929
...t laya.physics.PolygonCollider; import laya.physics.RigidBody; import laya.utils.Stat; import laya.webgl.WebGL; public class Physics_Physics_CollisionFiltering { public static const k_smallGroup = 1; public static const k_middleGroup = 0; public static const k_largeGroup = -1; public static const k_...
来源: Laya2.0_示例 发布时间: 20251218
...符串,或由多个子协议名称字符串构成的数组 See alsolaya.utils.ByteMethod DetailcleanSocket()method public function cleanSocket():void 清理Socket:关闭Socket链接,关闭事件监听,重置Socket close()method public function close():void 关闭连接。 connect()method ...
来源: Laya2.0_api 发布时间: 20190513