大约有 872 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0055 秒)
...ted Externals Only exported Menu Globals "laya/resource/Resource" Resource Class Resource Resource 资源存取类。 Hierarchy EventDispatcher Resource BaseTexture BaseShader TextTexture HTMLCanvas BitmapFont Prefab Material Mesh Texture AtlasResource AnimationClip AnimatorController AnimationClip2...
来源: Laya3.0_api 发布时间: 20231115
...erited Externals Only exported Menu Globals "laya/physics/Physics" Physics Class Physics 2D物理引擎,使用Box2d驱动 Hierarchy EventDispatcher Physics Index Constructors constructor Properties box2d positionIterations velocityIterations world PIXEL_RATIO Accessors allowSleeping gravity worldR...
来源: Laya3.0_api 发布时间: 20231115
...rted Menu Globals "laya/d3/component/Animator/AnimatorState" AnimatorState Class AnimatorState AnimatorState 类用于创建动作状态。 Hierarchy EventDispatcher AnimatorState Implements IClone Index Constructors constructor Properties _isLooping clipEnd clipStart curTransition cycleOffset name ...
来源: Laya3.0_api 发布时间: 20231115
... set property 'pivotX' of null 打开弹窗UI时报错 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' TypeError: Cannot read property 'length' of null TypeError: Cannot read property 'getSubShaderAt' of undefined Uncaught TypeError: Cannot read property 'indexCount' ...
来源: Laya_社区 发布时间: 20180307
...ernals Only exported Menu Globals "laya/d3/component/Volume/Volume" Volume Class Volume Hierarchy Component Volume ReflectionProbe VolumetricGI StaticBatchVolume Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked boundsMax boundsMin destroyed en...
来源: Laya3.0_api 发布时间: 20231115
...e/particleShuriKen/module/GradientAngularVelocity" GradientAngularVelocity Class GradientAngularVelocity GradientRotation 类用于创建渐变角速度。 Hierarchy GradientAngularVelocity Implements IClone Index Constructors constructor Accessors constant constantMax constantMaxSeparate constantMi...
来源: Laya3.0_api 发布时间: 20231115
...xternals Only exported Menu Globals "laya/d3/shader/ShaderData" ShaderData Class ShaderData 着色器数据类。 Hierarchy ShaderData Implements IClone Index Methods addDefine clearDefine clearRuntimeCopyArray clone cloneTo cloneToForNative getAttribute getBool getBuffer getDataForNative getInt get...
来源: Laya3.0_api 发布时间: 20231102
...xported Menu Globals "laya/d3/physics/PhysicsSimulation" PhysicsSimulation Class PhysicsSimulation Simulation 类用于创建物理模拟器。 Hierarchy PhysicsSimulation Index Properties dt fixedTimeStep maxSubSteps disableSimulation Accessors continuousCollisionDetection gravity Methods addConstr...
来源: Laya3.0_api 发布时间: 20231115
... /** * 微信不带ImageData,需重写,记得赋值到window */ export class ImageData { public data: Uint8ClampedArray; public width: number; public height: number; public constructor(width: number, height: number) { this.width = width; this.height = height; this.data = new Uint8ClampedArray(wi...
来源: Laya_社区 发布时间: 20181122
...physicsCannon/CannonPhysicsTriggerComponent" CannonPhysicsTriggerComponent Class CannonPhysicsTriggerComponent PhysicsTriggerComponent 类用于创建物理触发器组件。 Hierarchy CannonPhysicsComponent CannonPhysicsTriggerComponent CannonPhysicsCollider Index Constructors constructor Propertie...
来源: Laya3.0_api 发布时间: 20231102