• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 154 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0033 秒)

41. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 74%]

...e clearUpload clone cloneTo compressMatrix4x4 compressNumber compressNumberArray compressTexture compressUBO compressVector2 compressVector3 compressVector4 destroy getBool getBuffer getColor getInt getMatrix4x4 getNumber getShaderData getSourceIndex getTexture getUniformBuffer getValueData getVecto...

来源: Laya3.0_api 发布时间: 20231115

42. laya.maths.Color_API3.0 [ 74%]

...R CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constructors constructor new Color(r?: number, g?: number, b?: number, a?: number): Color Defined in laya/maths/Color.ts:97 创建一个 Colo...

来源: Laya3.0_api 发布时间: 20231115

43. laya.utils.StatUI_API3.0 [ 73%]

...useEvent Returns any Returns void show show(x?: number, y?: number, views: Array<StatUIParams>): void Overrides IStatRender.show Defined in laya/utils/StatUI.ts:44 override 显示性能统计信息。 Parameters Default value x: number = 0 X轴显示位置。 Default value y: number = 0 Y轴...

来源: Laya3.0_api 发布时间: 20231102

44. laya.html.HtmlElement_API3.0 [ 73%]

...: HtmlElementType Defined in laya/html/HtmlElement.ts:20 Static pool pool: Array<HtmlElement> = [] Defined in laya/html/HtmlElement.ts:79 Methods fetchAttributes fetchAttributes(): void Defined in laya/html/HtmlElement.ts:64 Returns void getAttr getAttr(attrName: string): any Defined in laya/h...

来源: Laya3.0_api 发布时间: 20231115

45. laya.d3.math.Color_API3.0 [ 73%]

...R CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constructors constructor new Color(r?: number, g?: number, b?: number, a?: number): Color Defined in laya/d3/math/Color.ts:97 创建一个 Co...

来源: Laya3.0_api 发布时间: 20231102

46. laya.d3.renderobjs.renderobj.InstanceRenderElementOBJ_API3.0 [ 73%]

...ns void getUpdateData getUpdateData(index: number, length: number): Float32Array Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ.ts:35 Parameters index: number index of Buffer3D length: number length of array Returns Float32Array Globals "laya/d3/RenderObjs/RenderObj/InstanceRenderE...

来源: Laya3.0_api 发布时间: 20231115

47. unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function [ 73%]

..._parent.removeChild(node);                 this._children === Node.ARRAY_EMPTY && (this._children = []);                 this._children.push(node);                 node._setParent(this);  //在此处抛出异常                 this._childChanged();       ...

来源: Laya_社区 发布时间: 20191203

48. laya.d3.core.particleshuriken.module.shape.BaseShape_API3.0 [ 72%]

...on(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Defined in laya/d3/core/particleShuriKen/module/shape/BaseShape.ts:54 用于生成粒子初始位置和方向。 Parameters position: Vector3 粒子位置。 direction: Vector3 粒子方向。 Default value rand:...

来源: Laya3.0_api 发布时间: 20231115

49. laya.events.TouchInfo_API3.0 [ 72%]

...n clickTest end move reset Constructors constructor new TouchInfo(touches: Array<TouchInfo>): TouchInfo Defined in laya/events/InputManager.ts:597 Parameters touches: Array<TouchInfo> Returns TouchInfo Properties began began: boolean Defined in laya/events/InputManager.ts:590 clickCancel...

来源: Laya3.0_api 发布时间: 20231115

50. laya.ui.List [ 72%]

...anchorY值最终通过pivotY值来改变节点轴心点。UIComponent  array : Array 列表数据源。 List autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制...

来源: Laya2.0_api 发布时间: 20190513