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

大约有 1,764 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0086 秒)

871. 如何在游戏入口处获取对象的子对象 [ 62%]

...ap = (function (_super) { function loadMap() { loadMap.super(this); } Laya.class(loadMap,"loadMap",_super); var _proto = loadMap.prototype; _proto.init = function() { this.num = ""; this.map = new TiledMap(); } _proto.showMap = function(num) { this.num = num; this.map.createMap("map/level/mota_map" ...

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

872. laya.d3.physics.shape.CylinderColliderShape_API3.0 [ 62%]

...lobals "laya/d3/physics/shape/CylinderColliderShape" CylinderColliderShape Class CylinderColliderShape CylinderColliderShape 类用于创建圆柱碰撞器。 Hierarchy ColliderShape CylinderColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEO...

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

873. laya.d3.graphics.IndexBuffer3D_API3.0 [ 62%]

... Only exported Menu Globals "laya/d3/graphics/IndexBuffer3D" IndexBuffer3D Class IndexBuffer3D 请使用LayaGL.RenderOBJCreate.createIndexBuffer3D来创建 IndexBuffer3D 类用于创建索引缓冲。 Hierarchy IndexBuffer IndexBuffer3D NativeIndexBuffer3D Index Constructors constructor Properties _...

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

874. laya.d3.physics.shape.CapsuleColliderShape_API3.0 [ 62%]

... Globals "laya/d3/physics/shape/CapsuleColliderShape" CapsuleColliderShape Class CapsuleColliderShape CapsuleColliderShape 类用于创建胶囊形状碰撞器。 Hierarchy ColliderShape CapsuleColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHA...

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

875. laya.device.motion.Gyroscope_API3.0 [ 62%]

...ernals Only exported Menu Globals "laya/device/motion/Gyroscope" Gyroscope Class Gyroscope 使用Gyroscope.instance获取唯一的Gyroscope引用,请勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absol...

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

876. 教学文档永恒之光的动画例子,运行效果与例子不符合 [ 62%]

...icle/ETF_Eternal_Light.lh")); //此处为控制台的输出 Warning!,this class[MiniAdpter] already exist: Object {init: } ShaderCompile use time:7 size:1426/6889 GradientDataNumber warning:the forth key is be force set to 1. GradientDataNumber warning:data count must lessEqual than 4 GradientDataN...

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

877. laya.d3.core.particleShuriKen.module.GradientVelocity [ 62%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientVelocityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientVelocityInheritanceGradientVelocity ObjectImplements laya.d3.core.IClone GradientVelocity 类用于创建渐变速...

来源: laya_api 发布时间: 20170929

878. laya.d3.core.particleShuriKen.module.GradientVelocity [ 62%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientVelocityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientVelocityInheritanceGradientVelocity ObjectImplements laya.d3.core.IClone GradientVelocity 类用于创建渐变速...

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

879. 如何实现3d遮罩效果? [ 62%]

... import laya.utils.Stat; import threeDimen.common.CameraMoveScript; public class D3Base_TargetTexture { private var skinMesh:MeshSprite3D; private var skinAni:SkinAnimations; private var mesh0:MeshSprite3D; private var mesh1:MeshSprite3D; private var camera2:Camera; private var x:Number = 0; private...

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

880. 角色碰撞器(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 62%]

...址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.physics.CharacterController))。 #### (1) 使用代码创建角色碰撞器 **插件目前暂不支持角色碰撞器导出,使用时需要使用代码创建。** 下面这段代码来自官方示例([demo...

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