大约有 1,840 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0051 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(54)
...r; constructor(url: string, handler: Laya.Handler, aniMode: number = 0) { this._handler = handler; this.mFactory = new Laya.Templet(); this.mFactory.on(Laya.Event.COMPLETE, this, this.parseComplete, [aniMode]); ...
来源: Laya_社区 发布时间: 20200618
...据 private _imageData: Laya.Texture; // 文本字间距 private _padding: number = 0; // 所有元素; private charSprites: Laya.Sprite; // 位置类型 private _posType: string; // 左 右 中 public static LEFT: string = "left"; public static RIGHT: string = "right"; public static CENTER: strin...
来源: Laya_社区 发布时间: 20161014
...啊,IDE可以预览 JasonLu • 2018-07-04 15:40 我是这么做的:(1)number.ttf放到工程laya/assets/fonts下面。(2)IDE切到编辑模式,按F5刷新,打开要编辑的UI,把要改的Label的字体改为number,就可以预览效果。(3)按F12刷新和输出到bin中,在游...
来源: Laya_社区 发布时间: 20180702
...剪 | Boolean | false | | octreeInitialSize | 八叉树初始化尺寸 | Number | 64.0 | | octreeInitialCenter | 八叉树初始化中心 | Vector3 | (0,0,0) | | octreeMinNodeSize | 八叉树最小尺寸 | Number | 2.0 | | octreeLooseness | 八叉树松散值 | Number | 1.25 | | debugFrustumCulling ...
来源: Laya2.0_文档 发布时间: 20210715
...剪 | Boolean | false | | octreeInitialSize | 八叉树初始化尺寸 | Number | 64.0 | | octreeInitialCenter | 八叉树初始化中心 | Vector3 | (0,0,0) | | octreeMinNodeSize | 八叉树最小尺寸 | Number | 2.0 | | octreeLooseness | 八叉树松散值 | Number | 1.25 | | debugFrustumCulling ...
来源: Laya2.0_文档 发布时间: 20210715
...Class() export class UI_Dialog extends Laya.Script { private DIALOG_WIDTH: number = 220; private DIALOG_HEIGHT: number = 275; private CLOSE_BTN_WIDTH: number = 43; private CLOSE_BTN_PADDING: number = 5; private assets: any[]; private dialog: Laya.Dialog; constructor() { super(); } // 组件被激活...
来源: Laya3.0_文档 发布时间: 20241014
...剪 | Boolean | false | | octreeInitialSize | 八叉树初始化尺寸 | Number | 64.0 | | octreeInitialCenter | 八叉树初始化中心 | Vector3 | (0,0,0) | | octreeMinNodeSize | 八叉树最小尺寸 | Number | 2.0 | | octreeLooseness | 八叉树松散值 | Number | 1.25 | | debugFrustumCulling ...
来源: Laya2.0_文档 发布时间: 20210714
...字节。 返回值的范围是从 -128 到 127。 Byte readFloat32():Number 从字节流的当前字节偏移位置处读取一个 IEEE 754 单精度(32 位)浮点数。 Byte readFloat32Array(start:int, len:int):* 从字节流中 start 参数指定的位置开始,读取 len 参数指定...
来源: Laya2.0_api 发布时间: 20190513
...ts hasListener off offAll offAllCaller on once Properties clipEnd clipEnd: number = 1 Defined in laya/components/AnimatorState2D.ts:55 动作播放结束时间。 clipStart clipStart: number = 0 Defined in laya/components/AnimatorState2D.ts:50 动作播放起始时间。 cycleOffset cycleOffset: num...
来源: Laya3.0_api 发布时间: 20231115
...ng Returns AnimatorControllerLayer2D Properties blendingMode blendingMode: number = AnimatorControllerLayer2D.BLENDINGMODE_OVERRIDE Defined in laya/components/AnimatorControllerLayer2D.ts:65 混合模式 defaultWeight defaultWeight: number = 1 Defined in laya/components/AnimatorControllerLayer2D.ts:...
来源: Laya3.0_api 发布时间: 20231115