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

大约有 2,982 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0061 秒)

1511. laya.d3.resource.RenderTexture [ 59%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTextureProperties | Methods | Constants Packagelaya.d3.resourceClasspublic class RenderTextureInheritanceRenderTexture BaseTexture laya.resource.Bitmap //RenderTexture 类用于创建渲染目标。 Public Propert...

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

1512. laya.d3.core.light.Light_API3.0 [ 59%]

...ited Externals Only exported Menu Globals "laya/d3/core/light/Light" Light Class Light LightSprite 类用于创建灯光的父类。 Hierarchy Component Light SpotLightCom DirectionLightCom PointLightCom AreaLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor...

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

1513. laya.physics.joint.PrismaticJoint_API3.0 [ 59%]

...y exported Menu Globals "laya/physics/joint/PrismaticJoint" PrismaticJoint Class PrismaticJoint 平移关节:移动关节允许两个物体沿指定轴相对移动,它会阻止相对旋转 Hierarchy JointBase PrismaticJoint Index Constructors constructor Properties _extra _singleton anchor axis ...

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

1514. 扩展脚本问题 [ 59%]

...ZONE 微信 然后 赞同来自: 我今天开发也遇见这个问题,在class前使用关键字export default  在引用的地方使用  import XX from "XX"; 但是现在2.0中所有的脚本都要这样才能引用到吗? 2018-12-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

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

1515. 3D中摄像机绕物体旋转该如何实现? [ 59%]

...ewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. /// </summary&...

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

1516. 微信小游戏引擎插件 [ 59%]

....9banben,发布的时候用的2.3.1的引擎插件,就一直报错。 Class constructor Scene cannot be invoked without 'new'   2019-12-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0...

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

1517. Flash转H5教程呢 [ 59%]

...据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 仿<蚂蚁森林>案例(新手向教程) ——含源码 【教程】2.0微信开放数据域展示组件的使用,WXOpenDataViewer,子域,排行榜 多线程教程代码报错 打包成手机app的详细...

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

1518. laya.physics.BoxCollider_API3.0 [ 59%]

...xternals Only exported Menu Globals "laya/physics/BoxCollider" BoxCollider Class BoxCollider 2D矩形碰撞体 Hierarchy ColliderBase BoxCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enable...

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

1519. laya.utils.Browser_API3.0 [ 59%]

...nherited Externals Only exported Menu Globals "laya/utils/Browser" Browser Class Browser Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。 Hierarchy Browser Index Properties PLATFORM_ANDROID PLATFORM_IOS PLATFORM_PC canvas context onAlipayMiniGame onAndroid onBDMin...

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

1520. 自动旋转后残影 [ 59%]

...spatcher; import laya.utils.Browser; import laya.utils.Tween;     public class testVH {   protected var _tip:Sprite; public function testVH() { IEventDispatcher; Config.isAlpha = true; Config.isAntialias = true; Laya.init(0, 0,true); Laya.stage.bgColor = "#000000"; ChangeSize(); Laya.timer.once(1...

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