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

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

91. laya.d3.math.BoundSphere_API3.0 [ 70%]

...er radius Methods clone cloneTo intersectsRayDistance intersectsRayPoint toDefault createFromSubPoints createfromPoints Constructors constructor new BoundSphere(center?: Vector3, radius?: number): BoundSphere Defined in laya/d3/math/BoundSphere.ts:30 创建一个 BoundSphere 实例。 Parameters Def...

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

92. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 70%]

...                    /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */     "module": "commonjs",                     /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ES...

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

93. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 70%]

...eters position: Vector3 粒子位置。 direction: Vector3 粒子方向。 Default value rand: Rand = null Default value randomSeeds: Uint32Array = null Returns void Globals "laya/d3/core/particleShuriKen/module/shape/ConeShape" ConeShape constructor angle emitType enable length radius randomDirecti...

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

94. laya.resource.Texture_API3.0 [ 70%]

... in laya/resource/Texture.ts:228 创建一个 Texture 实例。 Parameters Default value source: Texture | BaseTexture = null Default value uv: ArrayLike<number> = null UV 数据信息。 Default value sourceWidth: number = 0 Default value sourceHeight: number = 0 Returns Texture Properties _i...

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

95. laya.d3.math.Matrix3x3_API3.0 [ 70%]

...ix3x3 Implements IClone Index Constructors constructor Properties elements DEFAULT Methods clone cloneTo determinant identity invert rotate scale translate transpose createFromMatrix4x4 createFromRotation createFromScaling createFromTranslation createRotationQuaternion forwardLookAt lookAt multiply ...

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

96. Laya2.0 OC调用js [ 70%]

Laya2.0 OC调用js export default class Test  {       public static onClick():void{           alert("456")       }         }​   [[conchRuntime GetIOSConchRuntime] runJS:@"Test.onClick()"];  error: ReferenceError: Can't find variable: Test   p.p1 {margin: 0.0px 0.0px 0.0px 0.0px...

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

97. laya.d3.component.animator.Animator_API3.0 [ 69%]

...dState crossFade destroy getControllerLayer getCurrentAnimatorPlayState getDefaultState getParamsvalue hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart play removeState setParamsBool setParamsNumber setParamsTrigger Constructors construct...

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

98. laya.d3.graphics.StaticBatchManager_API3.0 [ 69%]

...节点。 Parameters staticBatchRoot: Sprite3D 静态批处理根节点。 Default value renderableSprite3Ds: RenderableSprite3D[] = null 静态批处理子节点队列。 Returns void Globals "laya/d3/graphics/StaticBatchManager" StaticBatchManager constructor combine Legend Object literal Variable...

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

99. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 69%]

.../ import { List } from "laya/ui/List"; import { Laya } from "laya"; export default class test_move extends Image{ // /** @prop {name:move_img, tips:"用来移动的箭头", type:Image} */ // public _move_img: Image; // public _list: List; //创建一个 List 类的实例对象 list 。 private n:num...

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

100. laya.maths.Vector4_API3.0 [ 69%]

...ined in laya/maths/Vector4.ts:39 创建一个 Vector4 实例。 Parameters Default value x: number = 0 X轴坐标。 Default value y: number = 0 Y轴坐标。 Default value z: number = 0 Z轴坐标。 Default value w: number = 0 W轴坐标。 Returns Vector4 Properties w w: number Defined in laya/ma...

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