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

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

11. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 50%]

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

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

12. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 50%]

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

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

13. ViewStack属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 47%]

...代码如下: ```javascript 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,onLoaded)); function onLoaded(){ //创建一个UI实例 ...

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

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

...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

15. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 40%]

...属性,需重新赋值此属性才可生效。 ShurikenParticleSystem  scaleMode : int缩放模式,0为Hiercachy,1为Local,2为World。ShurikenParticleSystem  shape : BaseShape 获取形状。 ShurikenParticleSystem  simulationSpace : int模拟器空间,0为World,1为Local。暂不支持Cust...

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

16. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 36%]

...属性,需重新赋值此属性才可生效。 ShurikenParticleSystem  scaleMode : int缩放模式,0为Hiercachy,1为Local,2为World。暂不支持1,2ShurikenParticleSystem  shape : BaseShape 获取形状。 ShurikenParticleSystem  simulationSpace : int模拟器空间,0为World,1为Local。...

来源: laya_api 发布时间: 20170929

17. laya.display.Stage [ 33%]

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

来源: laya_api 发布时间: 20170929

18. laya.display.Stage [ 32%]

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

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

19. laya.display.Stage_API3.0 [ 23%]

... 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

20. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 21%]

...: 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