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

大约有 1,125 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)

721. laya.d3.core.BaseCamera_API3.0 [ 63%]

... Externals Only exported Menu Globals "laya/d3/core/BaseCamera" BaseCamera Class BaseCamera BaseCamera 类用于创建摄像机的父类。 Hierarchy Sprite3D BaseCamera Camera Index Constructors constructor Properties _extra _forward _scene _up _url name tag useOcclusionCulling RENDERINGTYPE_DEFERR...

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

722. Sprite-遮罩-放大镜 [ 63%]

....Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Sprite_MagnifyingGlass { private maskSp:Sprite; private bg2:Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(1136, 640, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stag...

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

723. laya.d3.core.Sprite3D_API3.0 [ 63%]

...ited Externals Only exported Menu Globals "laya/d3/core/Sprite3D" Sprite3D Class Sprite3D Sprite3D 类用于实现3D精灵。 Hierarchy Node Sprite3D RenderableSprite3D BaseCamera LightSprite Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active acti...

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

724. laya.d3.math.Matrix4x4_API3.0 [ 63%]

...ed Externals Only exported Menu Globals "laya/d3/math/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors constructor Properties elements DEFAULT ZERO Methods clone cloneByArray cloneTo decomposeTransRotMatScale decompos...

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

725. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 63%]

...qianxiao * @Date: 2017/12/25 * @Time: 下午3:52 * @Desc: 字体样式 **/ class TextFormat implements ITextFormat { /** * 背景色 */ bgColor: string; /** * 是否加粗 */ bold: number; /** * 文本框背景色 */ borderColor: string; /** * 文本颜色 */ color: string; /** * 字体 */ font: str...

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

726. Steam扩展实例 · LayaAir3.3 · 引擎文档 · LAYABOX [ 63%]

...时,完成初始化。 import { extendLib } from "./extlib"; const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({type: Laya.Button}) public initBtn: Laya.Button; onEnable(): void { this.initBtn.on(Laya.Event.CLICK, this.onInit); } onInit() { ale...

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

727. 输入设备-地图 [ 63%]

...、LayaAirIDE让项目开发更高效。let map, marker, mapDiv, infoText; class InputDevice_Map { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler, Geolocation = Laya.Geolocation; // 不支持WebGL时自动切换至Canvas...

来源: Laya2.0_示例 发布时间: 20251209

728. laya.utils.Stat [ 63%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames StatProperties | Methods Packagelaya.utilsClasspublic class StatInheritanceStat Object Stat 是一个性能统计面板,可以实时更新相关的性能参数。 参与统计的性能参数如下(所有参数都是...

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

729. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 63%]

...es/IHttpResponse"; import Notice from "../../utils/Notice"; export default class AuthReg extends ui.AuthRegUI { /** 密码临时存储 */ private _tmp_pwd: string = ""; /** 输入框数组 */ private _arrInput: Laya.TextInput = [this.input_nickname, this.input_mobile, this.input_password, this.input...

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

730. laya.d3.core.Sprite3D [ 63%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Sprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class Sprite3DInheritanceSprite3D ComponentNode Node EventDispatcher ObjectImplements IUpdate, laya.resource.ICreateResource, laya.d3.core.ICloneSubcl...

来源: laya_api 发布时间: 20170929