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

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

341. laya.d3.core.render.PostProcessRenderContext_API3.0 [ 73%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/PostProcessRenderContext" PostProcessRenderContext Class PostProcessRenderContext PostProcessRenderContext 类用于创建后期处理渲染上下文。 Hierarchy PostProcessRenderCo...

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

342. laya.d3.core.TransLargeUBOUtils_API3.0 [ 73%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/TransLargeUBOUtils" TransLargeUBOUtils Class TransLargeUBOUtils Hierarchy TransLargeUBOUtils Index Properties bindUBO currentlength defaultSubData maxlength pool subDataMap subDataParamMap ...

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

343. laya.d3.renderobjs.nativeobj.NativeRenderGeometryElementOBJ_API3.0 [ 73%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeRenderGeometryElementOBJ" NativeRenderGeometryElementOBJ Class NativeRenderGeometryElementOBJ Hierarchy NativeRenderGeometryElementOBJ Implements IRenderGeometryElemen...

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

344. 垂直布局容器组件 · LayaAir3.0文档 · LAYABOX [ 73%]

...。示例代码如下: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.VBox }) public vbox: Laya.VBox; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.v...

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

345. laya.display.css.TextStyle_API3.0 [ 73%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/css/TextStyle" TextStyle Class TextStyle 文本的样式类 Hierarchy TextStyle Index Constructors constructor Properties align bold color font fontSize italic leading strikethrough stroke ...

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

346. laya.display.cmd.DrawPieCmd_API3.0 [ 73%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawPieCmd" DrawPieCmd Class DrawPieCmd 绘制扇形 Hierarchy DrawPieCmd Index Properties fillColor lineColor lineWidth radius x y ID Accessors endAngle startAngle Methods getBoundPoin...

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

347. laya.d3.math.Rand_API3.0 [ 73%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Rand" Rand Class Rand Rand 类用于通过32位无符号整型随机种子创建随机数。 Hierarchy Rand Index Constructors constructor Properties seeds Accessors seed Methods getFloat g...

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

348. 水平布局容器组件 · LayaAir3.0文档 · LAYABOX [ 73%]

...。示例代码如下: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.HBox }) public hbox: Laya.HBox; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.h...

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

349. List组件拖动浏览时item会出现重叠的现象 [ 73%]

...出现重叠的现象 module list.datasource { import List = laya.ui.List; export class ListDataSourceMediator { constructor() { } public setUp():void { var list: List = new List(); // 渲染的item list.itemRender = ListDataSourceItem; // 设置行列显示的item个数 list.repeatX = 1; list.repea...

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

350. 问一个typescript的问题 [ 73%]

...继承自Runner类。 在src/mult/MainRunner.ts里面 module mult {     export class MainRunner extends Runner {         public nickName; } } 这样编译的时候会报错,提示"Runner is not defined"。 网上翻了一些资料,都没提到这种模块内的类继承全局类的用...

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