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

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

461. laya.d3.component.animator.AnimatorTransition_API3.0 [ 63%]

...Globals "laya/d3/component/Animator/AnimatorTransition" AnimatorTransition Class AnimatorTransition Hierarchy AnimatorTransition Index Constructors constructor Accessors conditions destState exitByTime exitTime mute name transduration transstartoffset Methods addCondition check removeCondition Const...

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

462. 二次开发中:平台代码(android/ios)主动执行js脚本,在Laya1.0中生效,在Laya2.0中不生效 [ 63%]

...Laya1.0中生效,在Laya2.0中不生效 laya中代码:export default class Test  {     public static  onClick():void{         alert("123456");     }     public static onClick1():void{            } } 原生中代码:ConchJNI.RunJS("Test.onClick()"); 原生中报错:Reference...

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

463. Resources already exist,is repeated loading 加载特效报重复加载 [ 63%]

...ready exist,is repeated loading 加载特效报重复加载 export default class TransformDemo{     private scene:Laya.Scene3D;     private position:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private position1:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private rotate:Laya.Vector...

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

464. laya.d3.physicscannon.shape.CannonSphereColliderShape_API3.0 [ 63%]

...3/physicsCannon/shape/CannonSphereColliderShape" CannonSphereColliderShape Class CannonSphereColliderShape SphereColliderShape 类用于创建球形碰撞器。 Hierarchy CannonColliderShape CannonSphereColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCal...

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

465. laya.d3.physics.shape.MeshColliderShape_API3.0 [ 63%]

...d Menu Globals "laya/d3/physics/shape/MeshColliderShape" MeshColliderShape Class MeshColliderShape MeshColliderShape 类用于创建网格碰撞器。 Hierarchy ColliderShape MeshColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_U...

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

466. laya.d3.resource.models.SkyBox_API3.0 [ 63%]

...ternals Only exported Menu Globals "laya/d3/resource/models/SkyBox" SkyBox Class SkyBox SkyBox 类用于创建天空盒。 Hierarchy GeometryElement SkyBox Index Constructors constructor Properties _geometryElementOBj instance Accessors bufferState destroyed drawType indexFormat instanceCount mode M...

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

467. laya.d3.graphics.MeshInstanceGeometry_API3.0 [ 63%]

... Menu Globals "laya/d3/graphics/MeshInstanceGeometry" MeshInstanceGeometry Class MeshInstanceGeometry Hierarchy GeometryElement MeshInstanceGeometry Index Constructors constructor Properties _geometryElementOBj Accessors bufferState destroyed drawType indexFormat instanceCount mode subMesh Methods _...

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

468. laya.filters.ColorFilter_API3.0 [ 63%]

...xternals Only exported Menu Globals "laya/filters/ColorFilter" ColorFilter Class ColorFilter ColorFilter 是颜色滤镜。使用 ColorFilter 类可以将 4 x 5 矩阵转换应用于输入图像上的每个像素的 RGBA 颜色和 Alpha 值,以生成具有一组新的 RGBA 颜色和 Alpha 值的...

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

469. laya.d3.core.pixelline.PixelLineFilter_API3.0 [ 63%]

...rted Menu Globals "laya/d3/core/pixelLine/PixelLineFilter" PixelLineFilter Class PixelLineFilter PixelLineFilter 类用于线过滤器。 Hierarchy GeometryElement PixelLineFilter Index Constructors constructor Properties _geometryElementOBj Accessors bufferState destroyed drawType indexFormat insta...

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

470. laya加载unity插件导出的场景 physics3D is not a function [ 63%]

...,建议用脚本方式实现,比如子弹脚本。 */ export default class GameUI extends ui.test.TestSceneUI { constructor() { super();       //添加3D场景 Laya.Scene3D.load("res/Conventional/SimpleTown_DemoScene.ls",Laya.Handler.create(this,function(s:Laya.Scene3D):void{ var scene = s; L...

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