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

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

191. laya.ui.VSlider [ 88%]

...| Events Packagelaya.uiClasspublic class VSliderInheritanceVSlider Slider Component Sprite Node EventDispatcher Object 使用 VSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 VSlider 控件采用垂直方向。滑块轨道从下往上扩展,而标签位...

来源: laya_api 发布时间: 20170929

192. laya.ui.HSlider [ 88%]

...| Events Packagelaya.uiClasspublic class HSliderInheritanceHSlider Slider Component Sprite Node EventDispatcher Object 使用 HSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 HSlider 控件采用水平方向。滑块轨道从左向右扩展,而标签位...

来源: laya_api 发布时间: 20170929

193. laya.physics.joint.MouseJoint [ 88%]

...a.physics.jointClasspublic class MouseJointInheritanceMouseJoint JointBase Component Object 鼠标关节:鼠标关节用于通过鼠标来操控物体。它试图将物体拖向当前鼠标光标的位置。而在旋转方面就没有限制。 Public Properties Hide Inherited Public Properties Sho...

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

194. laya.d3.component.AnimatorControllerLayer [ 88%]

...mes No Frames AnimatorControllerLayerProperties | Methods Packagelaya.d3.componentClasspublic class AnimatorControllerLayerInheritanceAnimatorControllerLayer ObjectImplements laya.d3.core.IClone AnimatorControllerLayer 类用于创建动画控制器层。 Public Properties PropertyDefined By  b...

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

195. laya.d3.physics.PhysicsCollider [ 88%]

...sClasspublic class PhysicsColliderInheritancePhysicsCollider PhysicsTriggerComponent PhysicsComponent Component Object PhysicsCollider 类用于创建物理碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By canCollideWith : int 获...

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

196. laya.ui.AsynDialog [ 87%]

...gelaya.uiClasspublic class AsynDialogInheritanceAsynDialog Dialog View Box Component Sprite Node EventDispatcher Object 异步Dialog的生命周期:show或者popup > onCreate(如果没有创建过) > onOpen > onClose > onDestroy(如果销毁) onCreate在页面未创建时执行一次,...

来源: laya_api 发布时间: 20170929

197. laya.ui.Widget [ 87%]

...hods | Constants Packagelaya.uiClasspublic class WidgetInheritanceWidget Component Object 相对布局插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  bottom : Number表示距底边的距离(以像素为单位)。Widget  center...

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

198. laya.ui.VScrollBar [ 87%]

...Packagelaya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Publ...

来源: laya_api 发布时间: 20170929

199. laya.ui.HScrollBar [ 87%]

...Packagelaya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Publ...

来源: laya_api 发布时间: 20170929

200. 关于官方的自定义组件教程 [ 87%]

...自定义化,module.def是这样写的: module:"ScaleButton" path:"src/component" 那如果想给某个包下的多个组件自定义化呢?module.def该怎样编辑? 我试过以下方式: 一、 module:"ScalePanel" path:"src/component" module:"ScaleButton" path:"src/component" 结果只...

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