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

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

401. laya.d3.core.light.LightSprite [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames LightSpriteProperties | Methods | Events Packagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类...

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

402. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 73%]

...引用  还有运行效果  希望有所了解的给指点一下 多谢 class MultiTouch{     private text:Laya.Text;     private _upVector3:Laya.Vector3 = new Laya.Vector3(0, 1, 0); constructor(){         Laya.alertGlobalError = true; this._upVector3 = new Laya.Vector3(0, 1, 0); /...

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

403. Uncaught TypeError: Cannot read property '$_TID' of undefined [ 73%]

...annot read property 'displayObject' of null Laya2.1.0 JS调用Java PlatformClass undefined Uncaught unknown animationClip version. 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught TypeError: Cannot read pro...

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

404. laya.d3.component.animator.Animator_API3.0 [ 73%]

... Only exported Menu Globals "laya/d3/component/Animator/Animator" Animator Class Animator Animator 类用于创建动画组件。 Hierarchy Component Animator Index Constructors constructor Properties _controller _extra _singleton cullingMode owner runInEditor scriptPath CULLINGMODE_ALWAYSANIMATE CU...

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

405. laya.d3.physics.shape.HeightfieldTerrainShape_API3.0 [ 73%]

...ls "laya/d3/physics/shape/HeightfieldTerrainShape" HeightfieldTerrainShape Class HeightfieldTerrainShape BoxColliderShape 类用于创建高度图地形形状碰撞器。 Hierarchy ColliderShape HeightfieldTerrainShape Implements IClone Index Constructors constructor Properties dataPtr initSize need...

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

406. laya.d3.core.light.AreaLightCom_API3.0 [ 73%]

... Only exported Menu Globals "laya/d3/core/light/AreaLightCom" AreaLightCom Class AreaLightCom LightSprite 类用于创建灯光的父类。 Hierarchy Light AreaLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed enabled h...

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

407. laya.ani.bone.BoneSlot_API3.0 [ 73%]

...ted Externals Only exported Menu Globals "laya/ani/bone/BoneSlot" BoneSlot Class BoneSlot Hierarchy BoneSlot Index Properties attachmentName currDisplayData currSlotData currTexture displayIndex name parent srcDisplayIndex templet type Methods copy draw drawBonePoint getMatrix replaceDisplayByIndex ...

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

408. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 73%]

...件,在laya内测试正常加载显示,代码如下:// 程序入口 class LayaAir3D { /*3D场景*/ private scene:Laya.Scene; /*3D角色*/ private role:Laya.Sprite3D; /*3D摄像机*/ public camera:Laya.Camera; constructor() { //初始化微信小游戏 Laya.MiniAdpter.init(); //初始化引擎 ...

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

409. laya.d3.physics.constraints.ConstraintComponent [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ConstraintComponentProperties | Methods Packagelaya.d3.physics.constraintsClasspublic class ConstraintComponentInheritanceConstraintComponent Component Object ConstraintComponent 类用于创建约束的父类。 Public ...

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

410. tiledmap有时尺寸不正确 [ 73%]

...ir有bug吗,我的代码是根据教程来写的,现附上代码export class Scene{ // 当前场景的配置信息 private _mLevelConf:LevelConf = null; // 地图文件 private _mTiledMap:TiledMap = null; // 自定义信息文件 private _mLoader:Loader = null; // 当前地图X坐标 private _mV...

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