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

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

451. laya.d3.core.Sprite3D [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Sprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class Sprite3DInheritanceSprite3D Node EventDispatcher ObjectImplements laya.resource.ICreateResourceSubclasses BaseCamera, LightSprite, RenderableSpr...

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

452. laya _as 版本 如何确定 一个类继承 另一个类 [ 71%]

...,只是借助了as的语法,而js是prototype语言,没有显式的class机制,所以没有直接的api帮你拿到类结构。还有一个方法是做类型转换,然后判断结果是否为null,这一样需要些枚举。

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

453. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 71%]

... Menu Globals "laya/d3/core/pixelLine/PixelLineRenderer" PixelLineRenderer Class PixelLineRenderer PixelLineRenderer 类用于线渲染器。 Hierarchy BaseRender PixelLineRenderer Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scr...

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

454. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ShurikenParticleMaterialProperties | Methods | Constants Packagelaya.d3.core.particleShuriKenClasspublic class ShurikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ShurikenPart...

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

455. 请问一下,怎么将下面这段AS3代码翻译成LayaAir的API [ 71%]

...et.Loader; import laya.resource.Texture; import laya.utils.Handler; public class LayaAirDemo { public function LayaAirDemo() { Laya.init(700,600); Laya.loader.load('res/apes/monkey2.png',Handler.create(this,onLoaded)) } private function onLoaded():void { var texture:Texture=Loader.getRes('res/apes/m...

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

456. laya.physics.BoxCollider [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BoxColliderProperties | Methods Packagelaya.physicsClasspublic class BoxColliderInheritanceBoxCollider ColliderBase Component Object 2D矩形碰撞体 Public Properties Hide Inherited Public Properties Show Inherited Pub...

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

457. 圆环不跟随 sprite 一起缩放? [ 71%]

...t Browser = Laya.Browser; import Point = Geometry.Point;  // 程序入口 class GameMain{ constructor() { Laya.init(Browser.width, Browser.height, WebGL); this.CreateCircle(); // this.CreateRectangle(); } private firstSp: Laya.Sprite; private _adaptSp: Laya.Sprite; private _pointList : Point[]; pri...

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

458. laya.d3.core.trail.TrailRenderer_API3.0 [ 71%]

...nly exported Menu Globals "laya/d3/core/trail/TrailRenderer" TrailRenderer Class TrailRenderer TrailRenderer 类用于创建拖尾渲染器。 Hierarchy BaseRender TrailRenderer Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor script...

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

459. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 71%]

..., 求大大指点, 感激   附上渐变SVG文字的代码:   /** * this class is a extension of texts with gradient color  */ var effect; (function (effect) {     var GradientText = (function (_super) {         const style = {             DEFAULT: "default",             VERTICA...

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

460. 关于graphics._saveToCmd的问题 [ 71%]

...  // 程序入口 import Sprite = Laya.Sprite; import Stage = Laya.Stage; class GameMain{     private sp:Sprite;     constructor()     {         Laya.init(600,400);         this.sp = new Laya.Sprite();         Laya.stage.addChild(this.sp);         var arr:Array<any> = [t...

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