大约有 689 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
Laya3.0_api(324) Laya2.0_api(134) laya_api(106) Laya_社区(94) Laya2.0_文档(23) Laya3.0_文档(7) Laya2.0_示例(1)
... UnitX UnitY UnitZ Up ZERO Accessors x y z Methods clone cloneTo fromArray setValue toDefault Clamp TransformNormal add cross distance distanceSquared dot equals lerp max min multiply normalize scalarLength scalarLengthSquared scale subtract transformCoordinate transformQuat transformV3ToV3 transfor...
来源: Laya3.0_api 发布时间: 20231102
...ructor() { super(); this._text = null; } get text() { return this._text; } set text(value) { this._text = value; } /** * 动画状态开始时执行。 */ onStateEnter() { console.log("动画开始播放了"); this._text.text = "动画状态:动画开始播放"; } /** * 动画状态更新时执行...
来源: Laya2.0_文档 发布时间: 20210715
...xt; constructor() { super(); } get text():Laya.Text { return this._text; } set text(value) { this._text = value; } /** * 动画状态开始时执行。 */ onStateEnter() { console.log("动画开始播放了"); this._text.text = "动画状态:动画开始播放"; } /** * 动画状态更新时执行...
来源: Laya2.0_文档 发布时间: 20210715
...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getAniDuration getAnimation getAnimationCount getAnimationDataWithCache getNodeCount getNodeIndexWithName getNodeKeyFrame getNodes getNodesCurrentFrameIndex getOriginalDa...
来源: Laya3.0_api 发布时间: 20231115
....stage; } public function set worldRoot(value:Sprite):void { _worldRoot = value; if (value) { //TODO: var p:Point = value.localToGlobal(P...
来源: Laya_社区 发布时间: 20181122
...d3/math/Rand.ts:29 获取随机种子。 Accessors seed get seed(): number set seed(seed: number): void Defined in laya/d3/math/Rand.ts:35 获取随机种子。 Returns number 随机种子。 Defined in laya/d3/math/Rand.ts:43 设置随机种子。 Parameters seed: number 随机种子。 Returns voi...
来源: Laya3.0_api 发布时间: 20231115
...oid[override] PhysicsComponent destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...
来源: Laya2.0_api 发布时间: 20190513
...blic Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...
来源: Laya2.0_api 发布时间: 20190513
...ManagerOBJ.ts:9 Accessors list get list(): SingletonList<BaseRender> set list(value: SingletonList<BaseRender>): void Defined in laya/d3/RenderObjs/RenderObj/SceneRenderManagerOBJ.ts:14 Returns SingletonList<BaseRender> Defined in laya/d3/RenderObjs/RenderObj/SceneRenderManagerOBJ....
来源: Laya3.0_api 发布时间: 20231115
...t rayCastAll raycastAllFromTo raycastFromTo removeConstraint removeVehicle setHitsRayResultCallbackFlag shapeCast shapeCastAll sphereQuery createConstraint Properties dt dt: number = 1 / 60 Defined in laya/d3/physics/PhysicsSimulation.ts:160 fixedTimeStep fixedTimeStep: number = 1.0 / 60.0 Defined i...
来源: Laya3.0_api 发布时间: 20231115