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

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

231. laya.d3.component.Animator_API3.0 [ 61%]

...Externals Only exported Menu Globals "laya/d3/component/Animator" Animator Class Animator Animator 类用于创建动画组件。 Hierarchy Component Animator Index Constructors constructor Properties _extra _singleton cullingMode owner runInEditor scriptPath CULLINGMODE_ALWAYSANIMATE CULLINGMODE_CU...

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

232. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 60%]

..., 求大大指点, 感激   附上渐变SVG文字的代码:   /** * this class is a extension of texts with gradient color  */ var effect; (function (effect) {     var GradientText = (function (_super) {         const style = {             DEFAULT: "default",             VERTICA...

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

233. laya.ani.AnimationTemplet_API3.0 [ 60%]

...ls Only exported Menu Globals "laya/ani/AnimationTemplet" AnimationTemplet Class AnimationTemplet AnimationTemplet 类用于动画模板资源。 Hierarchy Resource AnimationTemplet Templet Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG interpolation Acce...

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

234. laya.d3.core.render.BaseRender_API3.0 [ 60%]

...als Only exported Menu Globals "laya/d3/core/render/BaseRender" BaseRender Class BaseRender Render 类用于渲染器的父类,抽象类不允许实例。 Hierarchy Component BaseRender PixelLineRenderer MeshRenderer BatchRender ShurikenParticleRenderer TrailRenderer UI3D HLODRender StaticBatchMes...

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

235. laya.d3.core.render.command.BlitScreenQuadCMD_API3.0 [ 60%]

... Globals "laya/d3/core/render/command/BlitScreenQuadCMD" BlitScreenQuadCMD Class BlitScreenQuadCMD Hierarchy Command BlitScreenQuadCMD Index Constructors constructor Accessors shaderData Methods destroy recover run setContext setshader create Constructors constructor new BlitScreenQuadCMD(): BlitScr...

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

236. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 60%]

... set property 'pivotX' of null 打开弹窗UI时报错 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' TypeError: Cannot read property 'length' of null TypeError: Cannot read property 'getSubShaderAt' of undefined Uncaught TypeError: Cannot read property 'indexCount' ...

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

237. 官方的示例贴上来,怎么没反映啊 [ 60%]

...ndler(data) { alert(2); } function completeHandler(e) { alert(1); } } Laya.class(JiHuo, "ui.JiHuo", _super); return JiHuo; })(ui.JiHuoUI); 2018-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 w1114367261 赞...

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

238. laya.d3.math.Bounds_API3.0 [ 60%]

...nherited Externals Only exported Menu Globals "laya/d3/math/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Accessors max min Methods calculateBoundsintersection clone cloneTo getBoundBox getCenter getCorners getExtent ...

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

239. laya.d3.core.light.DirectionLightCom_API3.0 [ 60%]

...rted Menu Globals "laya/d3/core/light/DirectionLightCom" DirectionLightCom Class DirectionLightCom DirectionLight 类用于创建平行光。 Hierarchy Light DirectionLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed en...

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

240. 如何判断一个3d模型是否在摄像机视野内 [ 60%]

...e;   using System.Collections;      [ExecuteInEditMode]   public class U01 : MonoBehaviour   {          private bool isRenderer = false;       private Renderer renderers;          void Awake ()       {           renderers = transform.Get...

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