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

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

421. laya.d3.utils.Picker_API3.0 [ 72%]

...herited Externals Only exported Menu Globals "laya/d3/utils/Picker" Picker Class Picker Picker 类用于创建拾取。 Hierarchy Picker Index Constructors constructor Methods calculateCursorRay rayIntersectsTriangle rayPlaneIntersection Constructors constructor new Picker(): Picker Defined in laya/...

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

422. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 72%]

...ite; //extends Sprite在LayaAir引擎初始化之前继承会报错 public class HelloLayabox extends Sprite { public function HelloLayabox() { Laya.init(0,0); } } ``` **正确的写法:** ``` package { import laya.display.Sprite; public class HelloLayabox{ public function HelloLayabox() { Laya.in...

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

423. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 72%]

...ite; //extends Sprite在LayaAir引擎初始化之前继承会报错 public class HelloLayabox extends Sprite { public function HelloLayabox() { Laya.init(0,0); } } ``` **正确的写法:** ``` package { import laya.display.Sprite; public class HelloLayabox{ public function HelloLayabox() { Laya.in...

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

424. laya.d3.core.particleshuriken.module.Burst_API3.0 [ 72%]

...y exported Menu Globals "laya/d3/core/particleShuriKen/module/Burst" Burst Class Burst Burst 类用于粒子的爆裂描述。 Hierarchy Burst Implements IClone Index Constructors constructor Accessors maxCount minCount time Methods clone cloneTo Constructors constructor new Burst(time?: number, min...

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

425. MovieClip元件是含有帧代码,在提取帧上代码的示例存在BUG。 [ 72%]

...化一下该链接类     之前我们的写法是:      var MClip:Class = ApplicationDomain.currentDomain.getDefinition('Dragon') as Class;      var movie:MovieClip = new MClip();      ddChild(movie);     临时解决方案:      var dragon:Dragon=new Dragon();      a...

来源: Laya_社区 发布时间: 20151124

426. 材质-BlinnPhong-法线贴图 [ 72%]

...form.rotate(this.rotation); monster2.transform.rotate(this.rotation); }); }class BlinnPhong_NormalMap { private scene:Laya.Scene; private rotation:Laya.Vector3 = new Laya.Vector3(0, 0.01, 0); private normalMapUrl:any = ["../../res/threeDimen/staticModel/lizardCal/rock_norm.png", "../../res/threeDime...

来源: Laya_示例 发布时间: 20241002

427. laya.components.AnimatorStateTriggerCondition_API3.0 [ 72%]

...als "laya/components/AnimatorStateCondition" AnimatorStateTriggerCondition Class AnimatorStateTriggerCondition Hierarchy AnimatorStateCondition AnimatorStateTriggerCondition Index Constructors constructor Accessors id name type Methods checkState conditionIDToName conditionNameToID Constructors cons...

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

428. Sprite-新手引导 [ 72%]

...ya.Stage; import HitArea = Laya.HitArea; import WebGL = Laya.WebGL; export class Sprite_Guide { private red:Sprite; private guideContainer:Sprite; private tipContainer:Sprite; private guideSteps:Array = [ { x: 151, y: 575, radius:150, tip:"../../res/guide/help6.png", tipx:200, tipy:250 }, { x: 883, ...

来源: Laya_示例 发布时间: 20241002

429. laya.d3.core.render.RenderElement_API3.0 [ 72%]

...ly exported Menu Globals "laya/d3/core/render/RenderElement" RenderElement Class RenderElement RenderElement 类用于实现渲染元素。 Hierarchy RenderElement InstanceRenderElement Index Constructors constructor Properties _batchElement _renderElementOBJ _transform Methods _convertSubShader _re...

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

430. 屏幕适配-对齐模式 [ 72%]

...or = "#232628"; })(); })();module laya { import Stage = Laya.Stage; export class SmartScale_Align_Contral { constructor() { Laya.init(100, 100); Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.bgColor = "#232628";...

来源: Laya_示例 发布时间: 20241002