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

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

101. laya.ui.TipManager_API3.0 [ 32%]

...g: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in laya/display/Sprite.ts:1319 Static offsetX offsetX: number = 10 Defined in laya/ui/TipManager.ts:13 Static offsetY offsetY: numbe...

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

102. laya.ui.ViewStack_API3.0 [ 32%]

...g: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in laya/display/Sprite.ts:1319 Accessors _isHeightSet get _isHeightSet(): boolean Inherited from Text._isHeightSet Defined in laya/d...

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

103. laya.ui.VBox_API3.0 [ 32%]

...g: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static CENTER CENTER: string = "center" Defined in laya/ui/VBox.ts:19 居中对齐。 Static LEFT LEFT: string = "left" Defined in laya/ui/VBox.ts:15 左对齐。 Static NONE NONE: string = "none" Defined in laya/ui/VB...

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

104. laya.ui.HBox_API3.0 [ 32%]

...g: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static BOTTOM BOTTOM: string = "bottom" Defined in laya/ui/HBox.ts:23 居底部对齐。 Static MIDDLE MIDDLE: string = "middle" Defined in laya/ui/HBox.ts:19 居中对齐。 Static NONE NONE: string = "none" Defined i...

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

105. laya.ui.Image_API3.0 [ 32%]

...g: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in laya/display/Sprite.ts:1319 Accessors _isHeightSet get _isHeightSet(): boolean Inherited from Text._isHeightSet Defined in laya/d...

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

106. laya.ui.FontClip_API3.0 [ 32%]

...g: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in laya/display/Sprite.ts:1319 Accessors _isHeightSet get _isHeightSet(): boolean Inherited from Text._isHeightSet Defined in laya/d...

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

107. laya.ui.Component [ 28%]

...用 reCache 方法手动刷新。 注意: 1.Sprite  tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器...

来源: laya_api 发布时间: 20170929

108. laya.ui.UIComponent [ 26%]

...只能通过调用reCache方法手动刷新。Sprite  tag : * 对象的标签。 UIComponent texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值...

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