大约有 1,483 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0058 秒)
Laya_社区(800) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(23) Laya2.0_示例(5) Laya_示例(4)
...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
...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
...否可立即使用(资源管理机制释放影响等)。 Texture offsetX : Number = 0沿 X 轴偏移量。Texture offsetY : Number = 0沿 Y 轴偏移量。Texture released : Boolean[read-only] 表示资源是否已释放。 Texture repeat : Boolean 获取当前纹理是否启用了...
来源: laya_api 发布时间: 20170929
... replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node resetProjectionMatrix():voidBaseCamera runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int)...
来源: Laya2.0_api 发布时间: 20190513
...replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node resetProjectionMatrix():voidBaseCamera runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int)...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: laya_api 发布时间: 20170929
...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
... 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