大约有 1,766 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0107 秒)
Laya_社区(625) Laya3.0_api(482) Laya2.0_文档(180) Laya_示例(146) Laya2.0_示例(116) Laya3.0_文档(86) Laya2.0_api(67) laya_api(64)
...ly exported Menu Globals "laya/d3/core/render/RenderElement" RenderElement Class RenderElement RenderElement 类用于实现渲染元素。 Hierarchy RenderElement InstanceRenderElement Index Constructors constructor Properties _batchElement _renderElementOBJ _transform Methods _convertSubShader _re...
来源: Laya3.0_api 发布时间: 20231115
...or = "#232628"; })(); })();module laya { import Stage = Laya.Stage; export class SmartScale_Align_Contral { constructor() { Laya.init(100, 100); Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.bgColor = "#232628";...
来源: Laya_示例 发布时间: 20260303
...Only exported Menu Globals "laya/d3/animation/AnimationNode" AnimationNode Class AnimationNode BoneNode 类用于实现骨骼节点。 Hierarchy AnimationNode Implements IClone Index Constructors constructor Properties name Methods addChild clone cloneTo getChildByIndex getChildByName getChildCount ...
来源: Laya3.0_api 发布时间: 20231102
... laya.webgl.WebGL; // import laya.webgl.WebGL; public class LayaDemo { private var socket:Socket; private var output:Byte; private var txt:Text; public function LayaDemo() ...
来源: Laya_社区 发布时间: 20170209
...aya.Text; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Text_AutoSize { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Lay...
来源: Laya_示例 发布时间: 20260303
....Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Sound_SimpleDemo { //声明一个信息文本 private txtInfo: Text; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN...
来源: Laya_示例 发布时间: 20260303
怎么获取完全限定类名,就像as的getQualifiedClassName 2017-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 15068753667 赞同来自: 只限基于ActionScript的项目,基于ts的嗝屁 const ...
来源: Laya_社区 发布时间: 20170317
...ernals Only exported Menu Globals "laya/d3/shader/DefineDatas" DefineDatas Class DefineDatas DefineDatas 类用于创建宏定义数据集合。 Hierarchy DefineDatas Implements IClone Index Constructors constructor Methods add addDefineDatas clear clone cloneTo has remove removeDefineDatas Construc...
来源: Laya3.0_api 发布时间: 20231102
... Externals Only exported Menu Globals "laya/d3/component/LODGroup" LODInfo Class LODInfo 此类描述Lod数据 Hierarchy LODInfo Index Constructors constructor Accessors mincullRate renders Methods addNode removeAllRender removeNode Constructors constructor new LODInfo(mincullRate: number): LODInfo ...
来源: Laya3.0_api 发布时间: 20231115
...= Laya.Handler; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class TiledMap_SimpleDemo { private tiledMap: TiledMap; private mLastMouseX: number = 0; private mLastMouseY: number = 0; private mX: number = 0; private mY: number = 0; constructor() { // 不支持WebGL时自动切换至Canv...
来源: Laya_示例 发布时间: 20260303