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

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

291. laya.d3.physics.shape.BoxColliderShape_API3.0 [ 85%]

...SHAPEORIENTATION_UPZ Accessors localOffset localRotation sizeX sizeY sizeZ type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new BoxColliderShape(sizeX?: number, sizeY?: number, sizeZ?: number): BoxColliderShape Overrides ColliderShape.constructor Defined in laya...

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

292. laya.d3.core.light.PointLight_API3.0 [ 85%]

...yedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent range scene shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution shadowStrength timer transform url Methods _initialize _processActive addChild addChildAt ad...

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

293. laya.components.AnimationClip2D_API3.0 [ 85%]

.../components/AnimationClip2D.ts:228 动画时长 Returns number event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意...

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

294. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 85%]

... from Node.addChild Defined in laya/display/Node.ts:198 添加子节点。 Type parameters T: Node Parameters node: T 节点对象 Returns T 返回添加的节点 addChildAt addChildAt(node: Node, index: number): Node Inherited from Node.addChildAt Defined in laya/display/Node.ts:254 添加子节点...

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

295. laya.d3.core.BaseCamera_API3.0 [ 85%]

...ties _extra _forward _scene _up _url name tag useOcclusionCulling RENDERINGTYPE_DEFERREDLIGHTING RENDERINGTYPE_FORWARDRENDERING WORLDINVERTFRONT Accessors active activeInHierarchy clearColor components cullingMask destroyed displayedInStage farPlane fieldOfView hideFlags id is3D layer maxlocalYDista...

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

296. laya.d3.core.light.SpotLight_API3.0 [ 85%]

...yedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent range scene shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution shadowStrength spotAngle timer transform url Methods _initialize _processActive addChild add...

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

297. 与echarts显示的问题,HTMLDivElement [ 85%]

...ts.init(this.mydiv);进行echarts的初始化时,报: [ts] Argument of type 'HTMLDivElement' is not assignable to parameter of type 'HTMLDivElement | HTMLCanvasElement'. Type 'HTMLDivElement' is not assignable to type 'HTMLCanvasElement'. Property 'getContext' is missing in type 'HTMLDivElement'...

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

298. laya.d3.core.RenderableSprite3D_API3.0 [ 85%]

... from Node.addChild Defined in laya/display/Node.ts:227 添加子节点。 Type parameters T: Node Parameters node: T 节点对象 Returns T 返回添加的节点 addChildAt addChildAt(node: Node, index: number): Node Inherited from Node.addChildAt Defined in laya/display/Node.ts:264 添加子节点...

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

299. laya接入fairyGUI的时候资源加载方式? [ 85%]

...加载方式?     Laya.loader.load([{ url: "res/Basics_atlas0.png", type: laya.net.Loader.IMAGE },     { url: "res/Basics.fui", type: laya.net.Loader.BUFFER }, { url: "res/MainMenu_atlas0.png", type: laya.net.Loader.IMAGE },     { url: "res/MainMenu.fui", type: laya.net.Loader.BUFFER }...

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

300. laya.physics.Physics [ 85%]

...自己控制物理更新时机,自己调用Physics.update Physics event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  getBodyCount():int获得刚体总数量Physics  getContactCount():int获得碰撞总数量Physics  getJointCount():int获得关节总数量Physics ha...

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