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

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

151. Clip属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 83%]

...的Clip。 **示例代码:** ```javascript package { import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.ui.Clip; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_Clip { /***控制器按钮资源***/ private var buttonSki...

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

152. UNITY导出的模型旋转不了 [ 83%]

...ar Laya3D = global.Laya3D; var Laya = global.Laya; Laya3D.init(0, 0); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); Laya.Scene3D.load('/1/res/SampleScene.ls', Laya.Handler.create(null, function(scene1){ let scene = Laya.stage.addChild...

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

153. 显示与切换图片(ActionScript-LayaAir基础篇(AS3)-位图) [ 83%]

...in() { //初始化舞台 Laya.init(1334,750); //设置舞台背景色 Laya.stage.bgColor = "#ffffff" var img:Sprite = new Sprite(); //加载显示图片,坐标位于100,50 img.loadImage("res/img/monkey1.png"); //添加到舞台 Laya.stage.addChild(img); } } } ``` 在示例代码里,“`100,50`...

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

154. laya.ani.swf.MovieClip_API3.0 [ 83%]

...s count customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playing rotation scaleX scaleY scene scroll...

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

155. 通过laya设计模式制作的,要怎么给按钮绑定事件呢? [ 83%]

... 没办法发图了 class Main { constructor() { Laya.init(480, 852); Laya.stage.scaleMode = "showall"; Laya.stage.alignV = 'middle'; Laya.stage.alignH = 'center'; Laya.stage.screenMode = "vertical"; Laya.stage.bgColor = "#101825"; this.init() } init() { // 预加载图...

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

156. laya.physics.PhysicsDebugDraw_API3.0 [ 82%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...

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

157. laya.ui.DialogManager_API3.0 [ 82%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...

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

158. laya.d3.core.scene.BaseScene [ 82%]

...lean是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node  enableDepthFog : BooleanBaseScene  enableFog : Boolean 获取是否允许雾化。 BaseScene  enableLight : Boolean = true 是否启用灯光。Bas...

来源: laya_api 发布时间: 20170422

159. TiledMap地图 · LayaAir3.0文档 · LAYABOX [ 82%]

...视口区域 var viewRect:Laya.Rectangle = new Laya.Rectangle(0, 0, Laya.stage.designWidth, Laya.stage.designHeight); //创建TiledMap地图 this.tMap.createMap("resources/TiledMap/orthogonal.json", viewRect, new Laya.Handler(this, this.completeHandler)); } //添加地图到Scene2D下 private onLoad...

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

160. LayaFlash开发Stage3D需要注意哪些问题? [ 82%]

LayaFlash开发Stage3D需要注意哪些问题? 2015-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 使用LayaFlash开发stage3D项目需要注意以下几点: 1.Context3D   ...

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