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

大约有 16 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)

11. ViewStack属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 53%]

...mponentDemoUI; constructor() { Laya.init(1334,750, Laya.WebGL); Laya.stage.scaleMode = "full"; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():void{ //创建一...

来源: Laya2.0_文档 发布时间: 20210715

12. laya.display.Stage [ 52%]

...tion : Number旋转角度,默认值为0。以角度为单位。Sprite  scaleMode : String 缩放模式。默认值为 "noscale"。 取值范围: "noscale" :不缩放; "exactfit" :全屏不等比缩放; "showall" :最小比例缩放; "noborder" :最大比例缩放; "full" :不...

来源: laya_api 发布时间: 20170929

13. laya.display.Stage [ 51%]

...tion : Number旋转角度,默认值为0。以角度为单位。Sprite  scaleMode : String 缩放模式。默认值为 "noscale"。 取值范围: "noscale" :不缩放; "exactfit" :全屏不等比缩放; "showall" :最小比例缩放; "noborder" :最大比例缩放; "full" :不...

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

14. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 45%]

...anceMode looping playOnAwake prewarm randomSeed randomizeRotationDirection scaleMode simulationSpace simulationSpeed startColorConstant startColorConstantMax startColorConstantMin startColorType startDelay startDelayMax startDelayMin startDelayType startRotationConstant startRotationConstantMax star...

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

15. laya.display.Stage_API3.0 [ 44%]

... mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleMode scaleX scaleY scene screenMode scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent a...

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

16. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 32%]

...: Vector2; constructor() { //初始化引擎 Laya3D.init(0, 0); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; //显示性能面板 Stat.show(); this.path = []; this.startPoint = new Vector2(); this.endPoint = new Vector2(); for (var i: number = 0; i < 20; ++i...

来源: Laya3.0_文档 发布时间: 20230303