大约有 1,769 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0162 秒)
Laya_社区(1396) Laya2.0_文档(82) Laya3.0_api(68) Laya2.0_api(57) Laya3.0_文档(54) laya_api(53) Laya_示例(32) Laya2.0_示例(27)
...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new Video(width?: number, height?: number): Video Overrides Sprite.constructor Defined in laya/device/media/Video.ts:43 Parameters Default value width: number = 320 Default value height: number = 240 Returns Video Properties ...
来源: Laya3.0_api 发布时间: 20231102
...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new FrameAnimation(): FrameAnimation Overrides AnimationBase.constructor Defined in laya/display/FrameAnimation.ts:31 Returns FrameAnimation Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in ...
来源: Laya3.0_api 发布时间: 20231115
...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new SpineSkeleton(): SpineSkeleton Overrides Sprite.constructor Defined in laya/spine/SpineSkeleton.ts:69 Returns SpineSkeleton Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new EffectAnimation(): EffectAnimation Inherited from FrameAnimation.constructor Overrides AnimationBase.constructor Defined in laya/display/FrameAnimation.ts:31 Returns EffectAnimation Properties Optional _extra _extra: INod...
来源: Laya3.0_api 发布时间: 20231115
...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new Skeleton(aniMode?: number): Skeleton Overrides Sprite.constructor Defined in laya/ani/bone/Skeleton.ts:121 创建一个Skeleton对象 Parameters Default value aniMode: number = 0 动画模式,0不支持换装,1、2支...
来源: Laya3.0_api 发布时间: 20231115
...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new VideoNode(): VideoNode Overrides Sprite.constructor Defined in laya/media/VideoNode.ts:22 Returns VideoNode Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownG...
来源: Laya3.0_api 发布时间: 20231115
...rentPoint updateCanvasSize updateZOrder fromImage Constructors constructor new Stage(): Stage Overrides Sprite.constructor Defined in laya/display/Stage.ts:171 场景类,引擎中只有一个stage实例,此实例可以通过Laya.stage访问。 Returns Stage Properties Optional _extra _extra: INo...
来源: Laya3.0_api 发布时间: 20231115
...T TYPE_TIME TYPE_URL TYPE_WEEK VISIBLE _passwordChar drawtocanvCtx isAppUseNewInput langPacks Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bold borderColor cacheAs color components customRenderEnable destroyed displayHeight displayWidth di...
来源: Laya3.0_api 发布时间: 20231115
..."res/3d/baseman01.lh", Laya.Handler.create(this, function(){ var scene3d=new Laya.Scene3D(); that.owner.addChild(scene); var model=Laya.loader.getRes(window.getPath("res/3d/baseman01.lh")); var player=model.clone(); scene3d.addChild(player); })); 然后用android扫描 layanative二维...
来源: Laya_社区 发布时间: 20190725