大约有 670 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
Laya3.0_api(269) Laya_社区(228) Laya2.0_api(93) laya_api(49) Laya2.0_文档(19) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
...m_create_function(env, "testAdd", SIZE_MAX, jsAdd, nullptr, &fn); jsvm_set_named_property(env, exp, "nativeAdd", fn); jsvm_value fn1; jsvm_create_function(env, "testStr", SIZE_MAX, jsStr, nullptr, &fn1); jsvm_set_named_property(env, exp, "nativeStr", fn1); jsvm_value fn2; jsvm_create_functio...
来源: Laya3.0_文档 发布时间: 20251010
...// 关于修改shader内部值的操作 假如有uniform float water_iTime setShaderValue (sprite) { // 在这里直接对 sprite.shaderValue.water_iTime += 1 } var texture = sprite.image_data const width = sprite.set_width const height = sprite.set_height var new_texture = sprite.drawToCanvas(width...
来源: Laya_社区 发布时间: 20180531
...tPath Accessors awaked destroyed enabled hideFlags id Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new Component(): Component Defined in laya/components/Component...
来源: Laya3.0_api 发布时间: 20231115
Laya2 移除skin未加载完的image后报错 TypeError: Cannot set property 'pivotX' of null at Image._setPivotX (file:///E:/CarCrash/Program/trunk/ClientLaya2.0/CarCrash/bin/libs/laya.core.js:13660:26) at Image.set pivotX [as pivotX] (file:///E:/CarCrash/Program/trunk/ClientLaya2.0/CarCrash/bin/l...
来源: Laya_社区 发布时间: 20190904
...ation Methods destroy getUint8Data orphanStorage serilizeVertexDeclaration setData unbind Constructors constructor new NativeVertexBuffer3D(byteLength: number, bufferUsage: BufferUsage, canRead?: boolean): NativeVertexBuffer3D Overrides VertexBuffer3D.constructor Defined in laya/d3/RenderObjs/Native...
来源: Laya3.0_api 发布时间: 20231115
... 2019-01-07 13:33:42.541187+0800 sanguo[777:557379] HTMLScriptElement set srchttp://stand.alone.version/libs/laya.core.js 2019-01-07 13:33:42.542317+0800 sanguo[777:557379] _downloadAysn:temp.srchttp://stand.alone.version/libs/laya.core.js 2019-01-07 13:33:42.547843+0800 sanguo[777:557379] fou...
来源: Laya_社区 发布时间: 20190107
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513
...RIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new SphereColliderShape(radius?: number): SphereColliderShape Overrides ColliderShape.constructor Defined in laya...
来源: Laya3.0_api 发布时间: 20231115
...vex : Boolean 获取是否使用凸多边形。 MeshColliderShape localOffset : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape mesh : Mesh 获取网格。 MeshColliderShape needsCustomCollisionCallback : Boolean = fals...
来源: Laya2.0_api 发布时间: 20190513
...RIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation radius type Methods _setScale clone cloneTo destroy updateLocalTransformations Constructors constructor new CannonSphereColliderShape(radius?: number): CannonSphereColliderShape Overrides CannonColliderShape...
来源: Laya3.0_api 发布时间: 20231102