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

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

2301. laya.ui.Button_API3.0 [ 45%]

...态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import laya.ui.Button; import laya.utils.Handler; public class Button_Example { public function Button_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor...

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

2302. laya.d3.math.Vector3 [ 45%]

...r3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 用于创建三维向量。 Public Properties PropertyDefined By  elements : Float32Array三维向量元素数组Vector3  x : Number 获取X轴坐标。 Vector3  y : Number 获取Y轴坐标。 Vector3  z : Number 获取Z...

来源: laya_api 发布时间: 20170929

2303. laya.ui.List [ 45%]

...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...

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

2304. laya.d3.component.animator.Animator_API3.0 [ 45%]

.../d3/component/Animator/Animator" Animator Class Animator Animator 用于创建动画组件。 Hierarchy Component Animator Index Constructors constructor Properties _controller _extra _singleton cullingMode owner runInEditor scriptPath CULLINGMODE_ALWAYSANIMATE CULLINGMODE_CULLCOMPLETELY Accessor...

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

2305. laya.ui.Box [ 45%]

...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...

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

2306. laya.d3.physics.PhysicsSimulation_API3.0 [ 45%]

...sSimulation" PhysicsSimulation Class PhysicsSimulation Simulation 用于创建物理模拟器。 Hierarchy PhysicsSimulation Index Properties dt fixedTimeStep maxSubSteps disableSimulation Accessors continuousCollisionDetection gravity Methods addConstraint addVehicle clearForces createRaycastVeh...

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

2307. layaNative测试运行原生app时,laya3D解析动画处报错 [ 45%]

...信 155*****359 赞同来自: 请问大哥,3d项目打包app后运行,创建3d模型和场景就会报错是因为什么原因呢?是不是3d项目要设置一些特殊的东西呀? 2019-07-25 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...

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

2308. 我是AS程序员,关于人物动画和物理引擎有几个问题 [ 45%]

...画名称呢?或者所有的AnimationClip呢? 一个时间轴动画里创建的多个动画,怎么分别调用?如图 laya2.0 3d物理碰撞穿透问题 app启动动画应该如何去掉 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 问题状态 最新活动: 2016-10-17 11:17 浏览: 2...

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

2309. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 45%]

...译,总是打开bin\h5\index.html 下载2.0ide后,我用layaide2.0beta2创建一个新2d示例项目 在layaide里按运行没问题,打开的页面是bin\index.html 可是在flashdevelop里运行却有问题,每次打开的页面都是bin\h5\index.html .laya/launch.json:{ "version": "0.2....

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

2310. Laya.loader.create中的progress回调好像不准确? [ 45%]

...onica:可以把demo发来看看吗 Monica • 2018-03-21 14:12 @jinfawu:就创建了一个示例项目加上进度的回调。。。 function beginLoad(){ Laya.loader.load("./res/atlas/comp.atlas", Handler.create(null, onLoaded),Laya.Handler.create(this,onProgress,null,false)); } function ...

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