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

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

191. laya.d3.component.SingletonList_API3.0 [ 78%]

...Only exported Menu Globals "laya/d3/component/SingletonList" SingletonList Class SingletonList<T> SingletonList 类用于实现单例队列。 Type parameters T Hierarchy SingletonList CastShadowList SimpleSingletonList ReflectionProbeList Index Constructors constructor Constructors constructo...

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

192. laya.components.ComponentDriver_API3.0 [ 78%]

...ly exported Menu Globals "laya/components/ComponentDriver" ComponentDriver Class ComponentDriver Hierarchy ComponentDriver Index Properties _toDestroys Properties Readonly _toDestroys _toDestroys: Set<Component> = new Set() Defined in laya/components/ComponentDriver.ts:10 Globals "laya/compone...

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

193. 文本-位图字体 [ 78%]

....Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Text_BitmapFont { private fontName: string = "diyFont"; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya...

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

194. laya.d3.math.BoundsImpl_API3.0 [ 78%]

... Externals Only exported Menu Globals "laya/d3/math/BoundsImpl" BoundsImpl Class BoundsImpl BoundsImp 类用于创建包围体。 Hierarchy BoundsImpl Implements IClone Index Constructors constructor Properties _boundBox Accessors max min Methods calculateBoundsintersection clone cloneTo getCenter g...

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

195. Sprite-显示图片 [ 78%]

....Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Sprite_DisplayImage { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER...

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

196. Sprite-切换纹理 [ 78%]

...monkey1.png", monkey2Str = "res/apes/monkey2.png", monkey1Res, monkey2Res; class Sprite_SwitchTexture { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.st...

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

197. laya.d3.core.reflectionprobe.ReflectionProbeList_API3.0 [ 78%]

...als "laya/d3/core/reflectionProbe/ReflectionProbeList" ReflectionProbeList Class ReflectionProbeList ReflectionProbeList 类用于实现反射探针队列。 miner Hierarchy SingletonList<ReflectionProbe> ReflectionProbeList Index Constructors constructor Constructors constructor new Reflectio...

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

198. 滤镜-颜色滤镜 [ 78%]

...项目开发更高效。let apePath = "res/apes/monkey2.png", apeTexture; class Filters_Color { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, Browser.height, WebGL); Laya.stage.alignV = Stage.A...

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

199. laya.d3.component.SimpleSingletonList_API3.0 [ 78%]

...d Menu Globals "laya/d3/component/SimpleSingletonList" SimpleSingletonList Class SimpleSingletonList SimpleSingletonList 类用于实现单例队列。 Hierarchy SingletonList<ISingletonElement> SimpleSingletonList Index Constructors constructor Methods clearElement Constructors constructor ne...

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

200. Sprite-绘制各种形状 [ 78%]

...ript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class Sprite_DrawShapes { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage...

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