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

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

101. laya.ui.Tab [ 96%]

...Packagelaya.uiClasspublic class TabInheritanceTab UIGroup Box UIComponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活...

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

102. laya.ui.HBox [ 96%]

...kagelaya.uiClasspublic class HBoxInheritanceHBox LayoutBox Box UIComponent Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 N...

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

103. laya.ui.RadioGroup [ 96%]

...iClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box UIComponent Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户每次只能选择一个 Radio 控件。 Public Properties Hide Inherited Public Properties Show Inher...

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

104. laya.ui.LayoutBox [ 96%]

...kagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box UIComponent Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...

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

105. Sprite设置mask属性为什么显示是透明的?怎样才能显示正常? [ 96%]

Sprite设置mask属性为什么显示是透明的?怎样才能显示正常? (function () { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var HitArea = Laya.HitArea; var WebGL = Laya.WebGL;  var red; var guideContainer; var tipContainer;  var hitArea; var interactionArea;  (function () { ...

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

106. laya.ui.List [ 96%]

...vents Packagelaya.uiClasspublic class ListInheritanceList Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inher...

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

107. 关于Sprite3D transform.translate表达的具体含义 还有就是Sprite3D动态改变其坐标 场景其还是在原位置显示 [ 96%]

关于Sprite3D transform.translate表达的具体含义 还有就是Sprite3D动态改变其坐标 场景其还是在原位置显示 关于Sprite3D transform.translate表达的具体含义 还有就是Sprite3D动态改变其坐标 场景其还是在原位置显示 这个算算bug?  2017-11-10 ...

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

108. laya.ui.ComboBox [ 96%]

...nts Packagelaya.uiClasspublic class ComboBoxInheritanceComboBox Component Sprite Node EventDispatcher Object ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

来源: laya_api 发布时间: 20170929

109. laya.d3.core.scene.BaseScene [ 95%]

... Packagelaya.d3.core.sceneClasspublic class BaseSceneInheritanceBaseScene Sprite Node EventDispatcher ObjectImplements ISubmitSubclasses Scene, VRScene BaseScene 类用于实现场景的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By...

来源: laya_api 发布时间: 20170422

110. 类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 [ 95%]

...", type:number, default:5}*/ public horizontalSpace: number = 5; private sprite: Laya.Sprite; constructor() { super(); this.sprite = new Laya.Sprite(); } drawText(x: number, y: number, w: number, h: number) { console.log(2222); var j = 0;//控制行列 var printNumber = 0;//当前输出字数 var fo...

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