大约有 2,055 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
...height - tree.height) / 2; Laya.stage.addChild(tree); } })();module laya { import Stage = Laya.Stage; import Tree = Laya.Tree; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; import Utils = Laya.Utils; export class UI_Tree { constructor() { // 不支持WebGL...
来源: Laya_示例 发布时间: 20241117
....x = 0; arrow.y = 5; this.addChild(arrow); } } new UI_Tree();module laya { import Stage = Laya.Stage; import Tree = Laya.Tree; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; import Utils = Laya.Utils; export class UI_Tree { constructor() { // 不支持WebGL...
来源: Laya2.0_示例 发布时间: 20241117
...自己需要的列表。 **示例代码:** ```javascript module laya { import Stage = Laya.Stage; import List = Laya.List; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_List { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.sta...
来源: Laya2.0_文档 发布时间: 20210715
...ISSION_DENIED) alert("无权限"); } } new InputDevice_Map();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import Geolocation = Laya.Geolocation; import Position = Laya.GeolocationInfo; import Browser = Laya.Browser; import Handler = Laya.Handler; export class InputDevice_Map { /...
来源: Laya2.0_示例 发布时间: 20241117
1.7.16beta版本,导入GlowFilter包会报错。 导包 import laya.filters.GlowFilter; 会报错“exception info:[TypeError: undefined is not an object (evaluating 'SaveBase._createArray')] at line 6155”。 只是导包,还没使用任何滤镜。 2018-02-06 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20180206
...题 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? LayaTree v1.0.5版本更新(2021.11.17) LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) native初始化的时候getExePath报错 IOS17.2(beta版本)必现 ...
来源: Laya_社区 发布时间: 20241101
...rue; txt.color = "#FFFFFF"; Laya.stage.addChild(txt); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Interaction_Mouse { private txt: Text; constru...
来源: Laya_示例 发布时间: 20241117
...: 与内容相关的链接 提交 1 个回复 Veni vidi vici 赞同来自: import GameConfig from "../../../GameConfig"; import { SingleBase } from "../../../lib/base/SingleBase"; import DdzFarmersAni from "./DdzFarmersAni"; export default class DdzLandlordAni extends SingleBase{ private mFacto...
来源: Laya_社区 发布时间: 20190821
...里面是一个mp4的视频,可以拿下来观察看看,下面贴上代码import './aui/aui'; import { Game } from './public/Game'; import Stage = Laya.Stage; export class TexasMain{ private balls:Laya.Sprite = ; constructor(){ Config.isAntialias = true // alert("宽"+Laya.Browser.clientWidth+"高"+...
来源: Laya_社区 发布时间: 20180226
...R标准材质实时阴影渲染问题 先上unity和laya效果的对比图 import ModelViewer from "./ModelViewer"; import Scene = Laya.Scene; export default class Game3D extends Scene { constructor() { super(); //初始化引擎 Laya3D.init(0, 0); var scene_360 = Laya.loader.getRes("LayaScene_PUCHE...
来源: Laya_社区 发布时间: 20190813