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

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

1061. LayaAir2.0(LayaBox)之小游戏开放域开发 [ 42%]

...t {ui} from "../ui/layaMaxUI"; import MyDialogUI = ui.game.MyDialogUI; ​ export class MyDialog extends MyDialogUI {    constructor() {        super();   } ​    onOpened(param: any): void {        console.log("mylog------:" + JSON.stringify("onOpened"));        this.openDataView....

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

1062. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 42%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Volume/reflectionProbe/ReflectionProbe" ReflectionProbe Class ReflectionProbe ReflectionProbe 类用于实现反射探针组件 miner Hierarchy Volume ReflectionProbe Index Constructor...

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

1063. laya.d3.core.particleshuriken.ShurikenParticleRenderer_API3.0 [ 42%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/ShurikenParticleRenderer" ShurikenParticleRenderer Class ShurikenParticleRenderer ShurikenParticleRender 类用于创建3D粒子渲染器。 Hierarchy BaseRender ShurikenPa...

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

1064. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 42%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/SimpleSkinnedMeshRenderer" SimpleSkinnedMeshRenderer Class SimpleSkinnedMeshRenderer Hierarchy SkinnedMeshRenderer SimpleSkinnedMeshRenderer Implements IBoundsCell Index Constructors constr...

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

1065. laya.utils.Byte_API3.0 [ 42%]

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

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

1066. laya.d3.math.Matrix4x4_API3.0 [ 42%]

...ilable ts Options All Public Public/Protected All Inherited 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 clon...

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

1067. [BUG]刚体约束问题,移动后约束混乱! [ 42%]

...,功能单一,建议用脚本方式实现,比如子弹脚本。  */ export default class GameUI extends ui.test.TestSceneUI {   private newScene:Laya.Scene3D;   private boxA: Laya.MeshSprite3D;   constructor() {     super();     Laya3D.init(0, 0);     Laya.stage.s...

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

1068. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 41%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Volume/BatchVolume/StaticInstanceBatchRender" StaticInstanceBatchRender Class StaticInstanceBatchRender StaticInstanceBatchRender 类用于创建动作状态。 Hierarchy BatchRender S...

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

1069. Laya2自动同步cullingMask方案以及灯光裁剪补丁 [ 41%]

...,而是对摄相机进行。因此务必保持与摄相机相同。 **/ export default class ExtCullingMask { public static enableLightCullingMask(scene: Laya.Scene3D) { //var proto = Laya.Scene3D.prototype as any; (scene as any).lightCullingMask = function (scene, camera) { //灯光处理开始 ...

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

1070. 像素线 · LayaAir3.0文档 · LAYABOX [ 41%]

...我们可以写一个Tool工具类,方便转换使用: //Tool工具类 export class Tool { private static transVertex0: Laya.Vector3 = new Laya.Vector3(); private static transVertex1: Laya.Vector3 = new Laya.Vector3(); private static transVertex2: Laya.Vector3 = new Laya.Vector3(); private stati...

来源: Laya3.0_文档 发布时间: 20240624