大约有 1,261 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0046 秒)
Laya3.0_api(409) Laya_社区(375) Laya2.0_api(226) laya_api(168) Laya2.0_文档(49) Laya3.0_文档(24) Laya2.0_示例(7) Laya_示例(3)
...11 15:32 浏览: 650 关注: 2 人 a1748004424 • 2018-02-11 15:44 public static SymbolRoot(sp: Laya.Sprite, cfg: any) { sp.graphics.drawCircle(0, 0, 20, "#ffffff", "#000000", 3); sp.graphics.drawLine(-20, -20, 20, 20, "#000000", 3); } public static SymbolSeq(sp: Laya....
来源: Laya_社区 发布时间: 20180211
...onTerrainPublic Constants ConstantDefined By TERRAIN_NORMAL0 : int = 1[static] VertexPositionTerrain TERRAIN_POSITION0 : int = 0[static] VertexPositionTerrain TERRAIN_TEXTURECOORDINATE0 : int = 2[static] VertexPositionTerrain TERRAIN_TEXTURECOORDINATE1 : int = 3[static] VertexPositionTe...
来源: Laya2.0_api 发布时间: 20190513
...OverrideData bakeOverrideData decodeObj getLoadTypeByEngineType Properties Static isDeserializing isDeserializing: boolean = false Defined in laya/loaders/SerializeUtil.ts:29 Methods Static applyOverrideData applyOverrideData(nodeData: any, overrideDataMap: Record<string, Array<any>>): a...
来源: Laya3.0_api 发布时间: 20231115
...还请见谅 class RES extends Laya.EventDispatcher{ // 资源组 public static groups: any; // 资源 public static resources: any; // 完成加载资源配置文件 public static ONLOADEDRESJSON: string = "onLoadedResJson"; // 资源配置文件加载出错 public static ONLOADERRORRESJSON: string...
来源: Laya_社区 发布时间: 20161011
..._CLEARCOAT DEFINE_CLEARCOAT_NORMAL DEFINE_EMISSION Methods init Properties Static DEFINE_ANISOTROPY DEFINE_ANISOTROPY: ShaderDefine Defined in laya/d3/shader/pbr/PBRShaderLib.ts:31 anisotropy Static DEFINE_CLEARCOAT DEFINE_CLEARCOAT: ShaderDefine Defined in laya/d3/shader/pbr/PBRShaderLib.ts:25 clea...
来源: Laya3.0_api 发布时间: 20231115
Static Batch Volume组件Static Batch Volume组件 在Object的inspect面板,增加组件,选择Rendering选项,找到Static Batch Volume组件 图1 在Scene视窗中拖动小白点选择合适的Volume大小 图2 Static Batch Volume组件的使用: 在Scene中上面的Volume框选到合适...
来源: Laya3.0_文档 发布时间: 20230303
...ethods decodeString encodeString getBool getFloat getInt getString Methods Static decodeString decodeString(aSource: string): string Defined in laya/html/XMLUtils.ts:2 Parameters aSource: string Returns string Static encodeString encodeString(str: string): string Defined in laya/html/XMLUtils.ts:79 ...
来源: Laya3.0_api 发布时间: 20231115
...temByClass getItemByCreateFun getPoolBySign recover recoverByClass Methods Static clearBySign clearBySign(sign: string): void Defined in laya/utils/Pool.ts:26 清除对象池的对象。 Parameters sign: string 对象类型标识字符。 Returns void Static createByClass createByClass<T>(cls:...
来源: Laya3.0_api 发布时间: 20231115
...,后台进程会自动退出。 @IEditorEnv.regClass() class MyScript { static async buildWeb() { return IEditorEnv.BuildTask.start("web").waitForCompletion(); } } (图2-1) 下面给出各平台的发布脚本, @IEditorEnv.regClass() class MyScript { // 构建web static async buildWeb() { re...
来源: Laya3.0_文档 发布时间: 20241014
...Show Inherited Public Properties PropertyDefined By _bindActive : Object[static] Buffer _bindVertexBuffer : *[static] Buffer bufferUsage : int[read-only] Buffer _byteLength : int = 0Buffer canRead : Boolean[read-only] 获取是否可读。 IndexBuffer3D create : Function[static] 创建Ind...
来源: laya_api 发布时间: 20170929