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

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

441. laya.components.Animator2D_API3.0 [ 72%]

...royed enabled hideFlags id isPlaying parameters speed Methods _initialize _setOwner addControllerLayer crossFade destroy getDefaultState getParamsvalue gotoAndStop gotoAndStopByFrame hasHideFlag onAdded onAwake onDisable onLateUpdate onPostRender onPreRender onReset onStart onUpdate play setParamsBo...

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

442. laya.d3.physics.shape.CompoundColliderShape_API3.0 [ 72%]

...RIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation shapes type Methods addChildShape clearChildShape clone cloneTo destroy getChildShapeCount removeChildShape updateLocalTransformations Constructors constructor new CompoundColliderShape(): CompoundColliderSh...

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

443. laya.resource.Texture [ 72%]

...否可立即使用(资源管理机制释放影响等)。 Texture  offsetX : Number = 0沿 X 轴偏移量。Texture  offsetY : Number = 0沿 Y 轴偏移量。Texture  released : Boolean[read-only] 表示资源是否已释放。 Texture  repeat : Boolean 获取当前纹理是否启用了...

来源: laya_api 发布时间: 20170929

444. laya.d3.core.Camera [ 72%]

... replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node resetProjectionMatrix():voidBaseCamera runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int)...

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

445. laya.d3.core.BaseCamera [ 72%]

...replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node  resetProjectionMatrix():voidBaseCamera runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int)...

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

446. laya的UI编辑页面显示不出来,但功能都能使用 [ 72%]

...r:出错啦,请把此信息截图给研发商 Uncaught TypeError: Cannot set property 'createCommandEncoder' of null TypeError: Cannot set property 'createCommandEncoder' of null     at Function.Laya3D.__init__ (file:///C:/Users/zyl/Downloads/LayaAirIDE_beta%20(1)/resources/app/out/vs/layaEditor...

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

447. laya.d3.component.LODInfo_API3.0 [ 72%]

...te: number Returns LODInfo Accessors mincullRate get mincullRate(): number set mincullRate(value: number): void Defined in laya/d3/component/LODGroup.ts:53 设置最小通过率 Returns number Defined in laya/d3/component/LODGroup.ts:49 设置最小通过率 Parameters value: number Returns void ren...

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

448. laya.display.Input [ 72%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

来源: laya_api 发布时间: 20170929

449. 2d粒子旋转时大小也会随着改变 [ 72%]

...oad("res/Particles/Tail.part", Laya.Handler.create(this, this.OnPariticleAssetsLoaded), null, Laya.Loader.JSON); OnPariticleAssetsLoaded(setting:Laya.ParticleSetting) { let sp = new Laya.Particle2D(setting); sp.pos(200, 200); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.rotation = 80; ...

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

450. laya.physics.Physics [ 71%]

...    public function get allowSleeping():Boolean    public function set allowSleeping(value:Boolean):voidbox2dproperty public var box2d:*Box2d引擎的全局引用,更多属性和api请参考 http://box2d.org gravityproperty gravity:Object 物理世界重力环境,默认值为{x:0,y:1} ...

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