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

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

61. laya.d3.component.AnimatorState_API3.0 [ 87%]

...Only exported Menu Globals "laya/d3/component/AnimatorState" AnimatorState Class AnimatorState AnimatorState 类用于创建动作状态。 Hierarchy AnimatorState Implements IReferenceCounter IClone Index Constructors constructor Properties clipEnd clipStart name speed Accessors clip Methods _addRe...

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

62. laya.utils.NativeWordText_API3.0 [ 86%]

...nals Only exported Menu Globals "laya/utils/NativeWordText" NativeWordText Class NativeWordText Hierarchy NativeWordText Index Constructors constructor Properties _nativeObj Accessors splitRender Methods cleanCache setText Constructors constructor new NativeWordText(): NativeWordText Defined in laya...

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

63. laya.d3.Input3D [ 86%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Input3DProperties | Methods Packagelaya.d3Classpublic class Input3DInheritanceInput3D Object Input3D 类用于实现3D输入。 Public Properties PropertyDefined By  multiTouchEnabled : Boolean 获取是否可以使...

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

64. laya.d3.component.volume.reflectionprobe.ReflectionProbeManager_API3.0 [ 86%]

...nent/Volume/reflectionProbe/ReflectionProbeManager" ReflectionProbeManager Class ReflectionProbeManager ReflectionProbeManager 类用于反射探针管理 Hierarchy ReflectionProbeManager Implements IVolumeManager Index Constructors constructor Accessors sceneReflectionProbe Methods _updateRenderObj...

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

65. laya.d3.renderobjs.renderobj.InstanceRenderElementOBJ_API3.0 [ 86%]

...d3/RenderObjs/RenderObj/InstanceRenderElementOBJ" InstanceRenderElementOBJ Class InstanceRenderElementOBJ Hierarchy RenderElementOBJ InstanceRenderElementOBJ Implements IRenderElement Index Constructors constructor Properties _geometry _invertFront _isRender _materialShaderData _owner _renderShaderD...

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

66. laya.d3.resource.models.PrimitiveMesh_API3.0 [ 86%]

...xported Menu Globals "laya/d3/resource/models/PrimitiveMesh" PrimitiveMesh Class PrimitiveMesh PrimitiveMesh 类用于创建简单网格。 Hierarchy PrimitiveMesh Index Methods __init__ createBox createCapsule createCone createCylinder createPlane createQuad createSphere Methods Static __init__ __i...

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

67. 性能测试-卡通人物2 [ 86%]

...= Laya.WebGL; var Sprite = Laya.Sprite; var Animation = Laya.Animation; // Class Character function Character(images) { Character.super(this); Character.WIDTH = 110; Character.HEIGHT = 110; var bloodBar; var animation; var nameLabel; Character.prototype.createAnimation = function(images) { animation...

来源: Laya_示例 发布时间: 20241125

68. 如果作大型LAYA AS项目,有可能支持module技术么 [ 86%]

...径要求么?   我在项目src目录同级的目录下创建了modules/classes/src/testA/testA.as module.def里配置如下: module:"module" path:"modules\src\testA",或者改成path:"modules\src",编译后的module.js生成均只有以下内容  (nction(window,document,Laya){     var ...

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

69. 构建好android studio项目后,debug出错 [ 86%]

...efined:5155: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode let runtime = json.props.runtime; ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at eval (native) at Document._downl...

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

70. 性能测试-卡通人物2 [ 86%]

...= [character1, character2, character3, character4], characters = [], text; class PerformanceTest_Cartoon2 { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler, Text = Laya.Text; // 不支持WebGL时自动切换至Canvas Laya...

来源: Laya2.0_示例 发布时间: 20241125