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

大约有 1,062 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0067 秒)

521. laya.display.Animation [ 70%]

...ationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationInheritanceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存...

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

522. laya.d3.renderobjs.renderobj.CullPassBase_API3.0 [ 70%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/RenderObj/CullPass" CullPassBase Class CullPassBase Hierarchy CullPassBase BVHCullPass Implements ICullPass Index Accessors cullLi...

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

523. [LayaAirIDE3]xcode切入切出声音不播放 [ 70%]

...gt;;     private static readonly STORAGE_KEY = "audio_settings";      public static isPlay: boolean;      private pausedEffects: Map<string, {         position: number;         completeCallback?: () => void     }> = new Map();     // 回调获取方法(需在setupChann...

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

524. laya.d3.core.material.RenderState_API3.0 [ 70%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/RenderState" RenderState Class RenderState RenderState 类用于控制渲染状态。 Hierarchy RenderState Index Constructors ...

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

525. laya.d3.core.particleshuriken.module.GradientVelocity_API3.0 [ 70%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/GradientVelocity" GradientVelocity Class GradientVelocity GradientVelocity 类用于创建渐变速度。 Hierar...

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

526. laya.maths.Vector3_API3.0 [ 69%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Vector3" Vector3 Class Vector3 Vector3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors constructor P...

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

527. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 69%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeUniformBufferObject" NativeUniformBufferObject Class NativeUniformBufferObject Hierarchy UniformBufferObject Nativ...

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

528. 我想把flex项目转为laya ts项目,转换过程 mx.containers.Canvas报错 [ 69%]

...  import mx.core.UIComponent;                          public var cabId:int = 0;             public var U:int = 42;             public var frameFace:int = 1;                          public function add(child:UIComponent):void           ...

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

529. 内存释放问题 [ 69%]

...称[]) * @type {Laya.Dictionary} * @memberof ResourcesModuleManager */ public static poolModulResDic: Laya.Dictionary = new Laya.Dictionary(); constructor() { } static gameLoading(name: string, onCompleted: Function): void { let uiResArray = [ { url: "res/atlas/common.json", type: Laya.Loader.ATLA...

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

530. Laya有没有将base64字符串转Laya.Byte的方法? [ 69%]

...提交 1 个回复 Laya_Aaron 赞同来自: Base64Tool 类 看里面方法 public static function encodeByte(byte:ByteEx, start:int = 0, end:int = -1):String         {             if (end < 0)             {                 end = byte.length;    ...

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