大约有 1,233 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0083 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(25) Laya2.0_示例(9) Laya_示例(7)
...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_文档 发布时间: 20241014
... 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
... public function get shadow():Boolean public function set shadow(value:Boolean):voidConstructor DetailDirectionLight()Constructorpublic function DirectionLight() 创建一个 DirectionLight 实例。 Method Detail_onActive()methodoverride protected function _onActive():void _onInActive()me...
来源: Laya2.0_api 发布时间: 20190513
... public function get range():Number public function set range(value:Number):voidConstructor DetailPointLight()Constructorpublic function PointLight() 创建一个 PointLight 实例。 Method Detail_onActive()methodoverride protected function _onActive():void _onInActive()method override...
来源: Laya2.0_api 发布时间: 20190513
...n public function get index():int public function set index(value:int):voidintervalproperty public var interval:int = 30 播放间隔(单位:毫秒)。loopproperty public var loop:Boolean是否循环播放 playingproperty playing:Boolean [read-only] 是否在播放中 Implemen...
来源: laya_api 发布时间: 20170929