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

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

1061. laya.particle.shader.value.ParticleShaderValue_API3.0 [ 67%]

...ation u_EndVelocity u_Gravity u_MvpMatrix u_mmat2 u_texture TEMPMAT4_ARRAY Methods clear release setFilters setValue updateShaderData upload __init__ _initone create Constructors constructor new ParticleShaderValue(): ParticleShaderValue Overrides Value2D.constructor Defined in laya/particle/shader/...

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

1062. 打包安卓Android studio黑屏 [ 67%]

...l:https://gwctgame.lwfjmj.com E/LayaBox: =======================addStaticMethod=========zza66c0460 D/MarketTest: >>>>>>>>>>>>>>>>MarketLaya init ok E/0: ==============Java流程 InitMainCanvas() E/LayaConch5: plugin-----------------EngineStart() = /d...

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

1063. Tween循环动画 [ 67%]

...is,onTween1)); } private function onTween1():void { // TODO Auto Generated method stub num++; trace(num); Tween.clearTween(onTween1); Tween.to(sp,{x:100},1000,Ease.backIn,Handler.create(this,onTween2)); } private function onTween2():void { // TODO Auto Generated method stub Tween.clearTween(onTween2...

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

1064. laya.d3.graphics.VertexParticle [ 66%]

...| All Classes | Index | Frames No Frames VertexParticleProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexParticleInheritanceVertexParticle ObjectImplements IVertex VertexPositionNormalColorTangent 类用于创建粒子顶点结构。 Public Properties PropertyDefined By  ...

来源: laya_api 发布时间: 20170929

1065. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 66%]

...CAMERA UBONAME_SCENE UBONAME_SHADOW UBONAME_SPRITE3D Accessors bufferUsage Methods _reset bind setData setDataByByUniformBufferDataOffset setDataByUniformBufferData unbind create getBuffer Constructors constructor new NativeUniformBufferObject(glPointer: number, name: string, bufferUsage: BufferUsag...

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

1066. laya.d3.renderobjs.nativeobj.NativeRenderState_API3.0 [ 66%]

...nd srcBlendAlpha srcBlendRGB stencilOp stencilRef stencilTest stencilWrite Methods setNull Constructors constructor new NativeRenderState(): NativeRenderState Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderState.ts:125 Returns NativeRenderState Properties _nativeObj _nativeObj: any Defined in l...

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

1067. laya.d3.core.render.ScreenTriangle_API3.0 [ 66%]

...uMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new Sc...

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

1068. laya.particle.ParticleSetting [ 66%]

...| All Classes | Index | Frames No Frames ParticleSettingProperties | Methods Packagelaya.particleClasspublic class ParticleSettingInheritanceParticleSetting Object ParticleSettings 类是粒子配置数据类 Public Properties PropertyDefined By  ageAddScale : Number = 0如果大于0,某...

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

1069. laya.display.Sprite_API3.0 [ 66%]

... staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D ev...

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

1070. 显卡驱动停止响应,且大概率蓝屏,原来是Handler惹的祸,但原因是什么 [ 66%]

...eteHandler.run(); new B().load(completeHandler); trace('A',completeHandler.method == null,completeHandler['_id']) } private function onComplete():void { trace('haha') } } }package { import laya.utils.Handler; public class B { private var _completeHandler:Handler; public function B() { } public funct...

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