大约有 1,112 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)
Laya_社区(423) Laya3.0_api(324) Laya2.0_api(157) laya_api(90) Laya2.0_文档(47) Laya_示例(32) Laya3.0_文档(25) Laya2.0_示例(14)
...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
...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
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
...nent/Volume/reflectionProbe/ReflectionProbeManager" ReflectionProbeManager Class ReflectionProbeManager ReflectionProbeManager 类用于反射探针管理 Hierarchy ReflectionProbeManager Implements IVolumeManager Index Constructors constructor Accessors sceneReflectionProbe Methods _updateRenderObj...
来源: Laya3.0_api 发布时间: 20231115
...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
...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
...= 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
...径要求么? 我在项目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
...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
...= [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