大约有 1,257 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0064 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
...01700/RSS: ResSchedService::ReportData from ipc receive data resType = 27, value = 1. 01-06 17:34:41.495 405 626 I C01703/socperf: [HandleAppAbilityStart]: SocPerfPlugin: socperf->APP_COLD_START 01-06 17:34:41.495 797 1382 W C01630/DistributedDB: KvDB communicator not ready! 01-06 17:34:41.496 33...
来源: Laya_社区 发布时间: 20250106
...用。 * @return 是否启动。 */ /** * 设置是否启用。 * @param value 是否启动 */ enable: boolean; /** * 获取是否激活。 * @return 是否激活。 */ isActive: boolean; /** * 获取是否可见。 * @return 是否可见。 */ isVisible: boolean; /** * 创建一个新的 <code&g...
来源: Laya_社区 发布时间: 20171109
...aya.init=function(width,height,__plugins){} Laya.alertGlobalError=function(value){} Laya.enableDebugPanel=function(debugJsPath){} Laya.stage=null; Laya.systemTimer=null; Laya.startTimer=null; Laya.physicsTimer=null; Laya.updateTimer=null; Laya.lateTimer=null; Laya.timer=null; Laya.loader=null; Laya....
来源: Laya_社区 发布时间: 20200426
...maths/Matrix3x3.ts:166 创建一个 Matrix3x3 实例。 Parameters Default value createElement: boolean = true Returns Matrix3x3 Properties elements elements: Float32Array Defined in laya/maths/Matrix3x3.ts:166 矩阵元素数组 Static Readonly DEFAULT DEFAULT: Readonly<Matrix3x3> = new Matri...
来源: Laya3.0_api 发布时间: 20231115
.../math/Matrix3x3.ts:166 创建一个 Matrix3x3 实例。 Parameters Default value createElement: boolean = true Returns Matrix3x3 Properties elements elements: Float32Array Defined in laya/d3/math/Matrix3x3.ts:166 矩阵元素数组 Static Readonly DEFAULT DEFAULT: Readonly<Matrix3x3> = new Mat...
来源: Laya3.0_api 发布时间: 20231102
... /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ /* Module Resolution Options */ // "moduleResolution": "node", /* Specify...
来源: Laya_社区 发布时间: 20190408
... vec3 v2 = vec3(1.0); // v2 = [1.0, 1.0, 1.0] vec4 v3 = vec4(1.0, 0.0, vec2Value); //v3 = [1.0, 1.0, vec2Value.x, vec2Value.y] 向量可以通过x,y,z,w和r,g,b,a进行访问操作,glsl支持同时访问多个下标 eg: vec.xyz 6.3 常见的矩阵类型 mat4 marixt4x4 = mat4(1.0); // m...
来源: Laya3.0_文档 发布时间: 20251010
... public function get height():Number public function set height(value:Number):voidwidthproperty width:Number[override] Implementation public function get width():Number public function set width(value:Number):voidMethod DetailonDisable()methodoverride public function onDisa...
来源: Laya2.0_api 发布时间: 20190513
... public function get bgColor():String public function set bgColor(value:String):voiddataSourceproperty dataSource:*[override] 数据赋值,通过对UI赋值来控制UI显示逻辑。 简单赋值会更改组件的默认属性,使用大括号可以指定组件的任意属性进行赋值...
来源: Laya2.0_api 发布时间: 20190513
...e, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const t = require("./test/TestExportClass"); // 程序入口 class GameMain { constructor() { // Laya.init(600,400); console.log("start"); var exportCls = new t.TestExportCls(); exportCls.callFunc(); } } new G...
来源: Laya_社区 发布时间: 20171116