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

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

181. laya绘制图形进行缩放的时候有问题 [ 90%]

...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

182. laya.d3.graphics.Vertex.VertexPositionTerrain [ 90%]

...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

183. laya.loaders.SerializeUtil_API3.0 [ 90%]

...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

184. 分享个资源加载的方法,类似白鹭的加载方式 [ 90%]

...还请见谅 class RES extends Laya.EventDispatcher{ // 资源组 public static groups: any; // 资源 public static resources: any; // 完成加载资源配置文件 public static ONLOADEDRESJSON: string = "onLoadedResJson"; // 资源配置文件加载出错 public static ONLOADERRORRESJSON: string...

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

185. laya.d3.shader.pbr.PBRShaderLib_API3.0 [ 90%]

..._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

186. 静态合批 · LayaAir3.0文档 · LAYABOX [ 90%]

Static Batch Volume组件Static Batch Volume组件 在Object的inspect面板,增加组件,选择Rendering选项,找到Static Batch Volume组件 图1 在Scene视窗中拖动小白点选择合适的Volume大小 图2 Static Batch Volume组件的使用: 在Scene中上面的Volume框选到合适...

来源: Laya3.0_文档 发布时间: 20230303

187. laya.html.XMLUtils_API3.0 [ 90%]

...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

188. laya.utils.Pool_API3.0 [ 90%]

...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

189. 命令行发布 · LayaAir3.0文档 · LAYABOX [ 90%]

...,后台进程会自动退出。 @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

190. laya.d3.graphics.IndexBuffer3D [ 90%]

...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