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

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

141. laya.display.Animation [ 82%]

...ationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationInheritanceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存...

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

142. laya.display.EffectAnimation [ 82%]

...ationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class EffectAnimationInheritanceEffectAnimation FrameAnimation AnimationBase Sprite Node EventDispatcher Object 动效模板。用于为指定目标对象添加动画效果。每个动效有唯一的目标对象,而...

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

143. laya.ui.LayoutBox [ 82%]

...mes No Frames LayoutBoxProperties | Methods | Events Packagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box Component Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public P...

来源: laya_api 发布时间: 20170929

144. laya.ui.Styles [ 82%]

...lasses | Index | Frames No Frames StylesProperties Packagelaya.uiClasspublic class StylesInheritanceStyles Object Styles 定义了组件常用的样式属性。 Public Properties PropertyDefined By  buttonLabelColors : Array[static] 按钮标签颜色。 格式:[upColor,overColor,downColor...

来源: laya_api 发布时间: 20170929

145. laya.ui.LayoutStyle [ 82%]

...| Frames No Frames LayoutStyleProperties | Constants Packagelaya.uiClasspublic class LayoutStyleInheritanceLayoutStyle Object LayoutStyle 是一个布局样式类。 Public Properties PropertyDefined By  anchorX : Number = NaNX锚点,为0-1。LayoutStyle  anchorY : Number = NaNY锚点...

来源: laya_api 发布时间: 20170929

146. laya.ui.Styles [ 82%]

...lasses | Index | Frames No Frames StylesProperties Packagelaya.uiClasspublic class StylesInheritanceStyles Object Styles 定义了组件常用的样式属性。 Public Properties PropertyDefined By  buttonLabelColors : Array[static] 按钮标签颜色。 格式:[upColor,overColor,downColor...

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

147. laya.components.Component [ 82%]

...rames No Frames ComponentProperties | Methods Packagelaya.componentsClasspublic class ComponentInheritanceComponent ObjectImplements laya.resource.ISingletonElement, laya.resource.IDestroySubclasses CommonScript, Script Component 类用于创建组件的基类。 Public Properties PropertyDefined...

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

148. laya.display.Animation [ 82%]

...ationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationInheritanceAnimation AnimationPlayerBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版...

来源: laya_api 发布时间: 20170929

149. laya.ui.ScaleBox [ 82%]

...ames No Frames ScaleBoxProperties | Methods | Events Packagelaya.uiClasspublic class ScaleBoxInheritanceScaleBox Box UIComponent Sprite Node EventDispatcher Object 自适应缩放容器,容器设置大小后,容器大小始终保持stage大小,子内容按照原始最小宽高比缩放 Publ...

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

150. 给Dictionary添加个长度 [ 82%]

...code>Dictionary</code> 是一个字典型的数据存取类。 */ public class Dictionary { private var _lenght:int = 0; private var _values:Array = []; private var _keys:Array = []; /** * 获取字典的长度。 */ public function get lenght():int { return _lenght; } /** * 获取所有的...

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