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

大约有 3,008 项符合查询结果, 库内数据总量为 30,906 项。 (搜索耗时: 0.0063 秒)

2251. 屏幕适配API概述(ActionScript-2D基础篇(AS3)-屏幕适配) [ 49%]

...文档查看:http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.display.Stage

来源: Laya2.0_文档 发布时间: 20200307

2252. socket通讯返回数据 [ 49%]

...讯返回数据 下面是复制的代码,标“*”处为有问题。  class Game { private socket: Laya.Socket; private byte: Laya.Byte; constructor() { //初始化引擎 Laya.init(600, 400, Laya.WebGL); this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_...

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

2253. Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME. [ 49%]

...先登录 发起人 begincsdn 相关问题 Laya2.1.0 JS调用Java PlatformClass undefined Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 真是醉了这个问题都有人问过了 也没见有答复的Uncaught TypeError: Cannot set property 'roleAni' of undefined js...

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

2254. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 49%]

..."laya/d3/component/Volume/reflectionProbe/ReflectionProbe" ReflectionProbe Class ReflectionProbe ReflectionProbe 类用于实现反射探针组件 miner Hierarchy Volume ReflectionProbe Index Constructors constructor Properties _extra _isScene _singleton _updateMark owner runInEditor scriptPath TEMP...

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

2255. laya.d3.core.particleShuriKen.module.GradientAngularVelocity [ 49%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientAngularVelocityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientAngularVelocityInheritanceGradientAngularVelocity ObjectImplements laya.d3.core.IClone GradientRotation 类...

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

2256. laya.d3.core.particleshuriken.ShurikenParticleRenderer_API3.0 [ 49%]

...3/core/particleShuriKen/ShurikenParticleRenderer" ShurikenParticleRenderer Class ShurikenParticleRenderer ShurikenParticleRender 类用于创建3D粒子渲染器。 Hierarchy BaseRender ShurikenParticleRenderer Implements IBoundsCell Index Constructors constructor Properties _extra _particleSystem _...

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

2257. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 49%]

...Globals "laya/d3/core/SimpleSkinnedMeshRenderer" SimpleSkinnedMeshRenderer Class SimpleSkinnedMeshRenderer Hierarchy SkinnedMeshRenderer SimpleSkinnedMeshRenderer Implements IBoundsCell Index Constructors constructor Properties _bones _extra _receiveShadow _singleton owner runInEditor scriptPath sor...

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

2258. laya.utils.Byte_API3.0 [ 49%]

... All Inherited Externals Only exported Menu Globals "laya/utils/Byte" Byte Class Byte Byte 类提供用于优化读取、写入以及处理二进制数据的方法和属性。 Byte 类适用于需要在字节层访问数据的高级开发人员。 Hierarchy Byte Index Constructors constructor Proper...

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

2259. laya.d3.math.Matrix4x4_API3.0 [ 49%]

...ed Externals Only exported Menu Globals "laya/d3/math/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors constructor Properties elements DEFAULT ZERO Methods clone cloneByArray cloneTo decomposeTransRotMatScale decompos...

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

2260. hitTestPrior点击穿透 [ 49%]

....display.Sprite; import laya.events.Event; import laya.webgl.WebGL; public class PanelElastic { public function PanelElastic() { Laya.init(800,600,WebGL); Laya.stage.bgColor="#EEFFCC"; var sp:Sprite=new Sprite(); sp.graphics.drawRect(0,0,300,300,"#FFFF00"); sp.size(100,100); sp.on(Event.CLICK,this,o...

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