大约有 143 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0091 秒)
...ckBox_Example { public function CheckBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():...
来源: Laya3.0_api 发布时间: 20231115
...nput_Example { public function TextInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function...
来源: Laya3.0_api 发布时间: 20231115
...如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Implementation of ISelect._url Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Implementation of ISelect.autoSize Inherited from Text.autoSize D...
来源: Laya3.0_api 发布时间: 20231115
...tArea_Example { public function TextArea_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete...
来源: Laya3.0_api 发布时间: 20231115
...如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽...
来源: Laya3.0_api 发布时间: 20231115
...ns void identity identity(): void Defined in laya/d3/math/Matrix4x4.ts:744 设置矩阵为单位矩阵 Returns void invert invert(out: Matrix4x4): void Defined in laya/d3/math/Matrix4x4.ts:660 计算一个矩阵的逆矩阵 Parameters out: Matrix4x4 输出矩阵 Returns void isIdentity isIdentity():...
来源: Laya3.0_api 发布时间: 20231102
...ited from Resource.obsolute Defined in laya/resource/Resource.ts:147 如果设置一个已缓存的资源obsolute为true,则 1)getRes仍然可以返回这个资源; 2)下次加载时会忽略这个缓存而去重新加载。。 Returns boolean Inherited from Resource.obsolute Defined in laya...
来源: Laya3.0_api 发布时间: 20231115
... setForward(forward: Vector3): void Defined in laya/maths/Matrix4x4.ts:873 设置前向量。 Parameters forward: Vector3 前向量。 Returns void setPosition setPosition(position: Vector3): void Defined in laya/maths/Matrix4x4.ts:501 位置 Parameters position: Vector3 Returns void setRotation set...
来源: Laya3.0_api 发布时间: 20231115
...行列式 identity identity(): void Defined in laya/maths/Matrix3x3.ts:334 设置已有的矩阵为单位矩阵 Returns void invert invert(out: Matrix3x3): void Defined in laya/maths/Matrix3x3.ts:273 计算3x3矩阵的逆矩阵 Parameters out: Matrix3x3 输出的逆矩阵 Returns void rotate rotate(...
来源: Laya3.0_api 发布时间: 20231115
...列式 identity identity(): void Defined in laya/d3/math/Matrix3x3.ts:334 设置已有的矩阵为单位矩阵 Returns void invert invert(out: Matrix3x3): void Defined in laya/d3/math/Matrix3x3.ts:273 计算3x3矩阵的逆矩阵 Parameters out: Matrix3x3 输出的逆矩阵 Returns void rotate rotate...
来源: Laya3.0_api 发布时间: 20231102