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

大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0073 秒)

581. 性能测试-卡通人物2 [ 83%]

...is.text.text = Stat.FPS.toString(); } } } class Character extends Sprite { public static WIDTH: number = 110; public static HEIGHT: number = 110; private speed: number = 5; private bloodBar: Sprite; private animation: Animation; private nameLabel: Text; constructor(images: Array) { super(); this.cre...

来源: Laya2.0_示例 发布时间: 20260106

582. laya.ui.ProgressBar [ 83%]

...s No Frames ProgressBarProperties | Methods | Events Packagelaya.uiClasspublic class ProgressBarInheritanceProgressBar Component Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties...

来源: laya_api 发布时间: 20170929

583. laya.display.AnimationPlayerBase [ 83%]

...rBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画播放基类,提供了基础的动画播放控制方法和帧标签事件相关功...

来源: laya_api 发布时间: 20170929

584. laya.d3.core.MeshTerrainSprite3D [ 83%]

...eshTerrainSprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class MeshTerrainSprite3DInheritanceMeshTerrainSprite3D MeshSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object TerrainMeshSprite3D 类用于创建网格。 Public Properties Hide Inherited Public Properti...

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

585. laya.d3.core.ParticleRender [ 83%]

...mes No Frames ParticleRenderProperties | Methods Packagelaya.d3.coreClasspublic class ParticleRenderInheritanceParticleRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-o...

来源: laya_api 发布时间: 20170603

586. 屏幕适配的缩放模式详解(ActionScript-2D基础篇(AS3)-屏幕适配) [ 83%]

...rt laya.display.Text;     import laya.ui.Image;            public class SmartScale_T {                    //全局文本信息         private var txt:Text;                    public function SmartScale_T()          {    ...

来源: Laya2.0_文档 发布时间: 20200307

587. laya.d3.core.GlitterRender [ 83%]

...ames No Frames GlitterRenderProperties | Methods Packagelaya.d3.coreClasspublic class GlitterRenderInheritanceGlitterRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-onl...

来源: laya_api 发布时间: 20170929

588. laya.d3.core.SkinnedMeshSprite3D [ 83%]

...ite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class SkinnedMeshSprite3DInheritanceSkinnedMeshSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object SkinnedMeshSprite3D 类用于创建网格。 Public Properties Hide Inherited Public Properties Show Inher...

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

589. runTime使用(ActionScript-IDE篇(AS3)-组件化开发相关) [ 83%]

...import laya.utils.Tween; /** *ImageRunTime逻辑类 * @author mengjia * */ public class ImageRunTime extends Image { //缩放时间100毫秒 public var scaleTime:int = 100; public function ImageRunTime() { //设置组件的中心点 this.anchorX = this.anchorY = 0.5; //添加鼠标按下事件侦听...

来源: Laya2.0_文档 发布时间: 20210714

590. laya.display.AnimationBase [ 83%]

...nBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationBaseInheritanceAnimationBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画基类,提供了基础的动画播放控制方法和帧标签事件相关功能。 可以继承...

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