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

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

1161. laya.d3.core.scene.BaseScene [ 36%]

...l Classes | Index | Frames No Frames BaseSceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class BaseSceneInheritanceBaseScene Sprite Node EventDispatcher ObjectImplements ISubmitSubclasses Scene, VRScene BaseScene 类用于实现场景的父类。 Public Pr...

来源: laya_api 发布时间: 20170422

1162. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 36%]

...下的onStart()方法中,加入鼠标按下监听 //Laya.stage.on(Laya.Event.MOUSE_DOWN,this, this.onMouseDown); //鼠标点下事件,处理发射射线,检测碰撞物体 onMouseDown(e: Laya.Event) { let point = new Laya.Vector2(); point.x = Laya.stage.mouseX; point.y = Laya.stage.mouseY; //...

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

1163. laya.ui.MoreGame [ 35%]

...ll Classes | Index | Frames No Frames MoreGameProperties | Methods | Events Packagelaya.uiClasspublic class MoreGameInheritanceMoreGame View Scene Sprite Node EventDispatcher Object 游戏中心插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Propert...

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

1164. laya.ui.View [ 35%]

...| All Classes | Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,相对于Scene,增加相对布...

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

1165. laya.ui.FontClip [ 35%]

...ll Classes | Index | Frames No Frames FontClipProperties | Methods | Events Packagelaya.uiClasspublic class FontClipInheritanceFontClip Clip UIComponent Sprite Node EventDispatcher Object 字体切片,简化版的位图字体,只需设置一个切片图片和文字内容即可使用,效...

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

1166. 为什么会出现报错 ani not found:ufo1_down [ 35%]

...dChild(this.hero); // 监听舞台的鼠标移动事件 Laya.stage.on(Laya.Event.MOUSE_MOVE,this,onMouseMove); // 手动创建敌人 // createEnemy(10); // 定时器自动循环创建敌人 Laya.timer.frameLoop(1,this,onLoop); } function onLoop() { // 遍历所有飞机,更改飞机状态 for(var ...

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

1167. laya.ui.Dialog [ 35%]

...All Classes | Index | Frames No Frames DialogProperties | Methods | Events | Constants Packagelaya.uiClasspublic class DialogInheritanceDialog View Box Component Sprite Node EventDispatcher ObjectSubclasses AsynDialog Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,...

来源: laya_api 发布时间: 20170929

1168. laya.ui.UIComponent [ 35%]

...Classes | Index | Frames No Frames UIComponentProperties | Methods | Events Packagelaya.uiClasspublic class UIComponentInheritanceUIComponent Sprite Node EventDispatcher ObjectSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager, WXOpen...

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

1169. laya.device.media.Video [ 34%]

... All Classes | Index | Frames No Frames VideoProperties | Methods | Events Packagelaya.device.mediaClasspublic class VideoInheritanceVideo Sprite Node EventDispatcher Object Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关于Video支持的所有事件参见...

来源: laya_api 发布时间: 20170929

1170. laya.ui.Panel [ 34%]

... All Classes | Index | Frames No Frames PanelProperties | Methods | Events Packagelaya.uiClasspublic class PanelInheritancePanel Box UIComponent Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Prope...

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