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

大约有 1,557 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0055 秒)

1041. laya.d3.component.volume.batchvolume.StaticBatchVolume_API3.0 [ 53%]

..."laya/d3/component/Volume/BatchVolume/StaticBatchVolume" StaticBatchVolume Class StaticBatchVolume 用来描述一个可合并渲染节点的体积 Hierarchy Volume StaticBatchVolume Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked boundsMa...

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

1042. laya.d3.physics.constraints.ConstraintComponent_API3.0 [ 53%]

...bals "laya/d3/physics/constraints/ConstraintComponent" ConstraintComponent Class ConstraintComponent ConstraintComponent 用于创建约束的父。 Hierarchy Component ConstraintComponent ConfigurableConstraint FixedConstraint Index Constructors constructor Properties _extra _singleton disabl...

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

1043. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 53%]

...ite; //extends Sprite在LayaAir引擎初始化之前继承会报错 public class HelloLayabox extends Sprite { public function HelloLayabox() { Laya.init(0,0); } } ``` **正确的写法:** ``` package { import laya.display.Sprite; public class HelloLayabox{ public function HelloLayabox() { Laya.in...

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

1044. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 53%]

...ite; //extends Sprite在LayaAir引擎初始化之前继承会报错 public class HelloLayabox extends Sprite { public function HelloLayabox() { Laya.init(0,0); } } ``` **正确的写法:** ``` package { import laya.display.Sprite; public class HelloLayabox{ public function HelloLayabox() { Laya.in...

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

1045. Image属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 53%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Image)。 ​ **Image 组件的资源示例:** ​ ![图片0.png](img/1.png) ​ (图1) ​ **Image 组件拖放到编辑区后显示效果:** ​ ![图片0.png](img/2.png) ​ (图2) ### 1.2 Image ...

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

1046. 自定义组件时,设置组件子节点的image的skin时,路径为layaIde的路径而非项目路径 [ 53%]

...I.Button; import laya.ui.Image; /** * ... * @author Caixiansheng */ public class HProgressSlider extends HSlider { /**@private */ protected var _progress:Image protected var _proMask:Sprite; public function HProgressSlider(skin:String=null) { super(skin); } override protected function initialize():v...

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

1047. laya.d3.core.trail.TrailSprite3D [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TrailSprite3DProperties | Methods | Events Packagelaya.d3.core.trailClasspublic class TrailSprite3DInheritanceTrailSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object TrailSprite3D 用于创建拖尾渲...

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

1048. Laya.Script _start和_update以及_lateupdate不执行是什么原因呢? [ 53%]

...a.Script _start和_update以及_lateupdate不执行是什么原因呢?  class b extends Laya.Script{    _initialize(owner:Laya.Sprite3D){      super._initialize(owner);      //加打印可以执行    }        _start(state:Laya.RenderState):void{       //加打印不执行    ...

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

1049. Clip组件Bug:Play方法无法结束循环 [ 53%]

...,现在有插件开发,修改源码会有问题): export default class GifView extends Laya.Clip {     /**      *开始帧位置      *      * @private      * @memberof GifView      */     private frameIndex = 0;     /**      *结束帧...

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

1050. laya.ui.UIEvent [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames UIEventProperties | Methods | Constants Packagelaya.uiClasspublic class UIEventInheritanceUIEvent Event Object UIEvent 用来定义UI组件的事件型。 Public Properties Hide Inherited Public Properties Show...

来源: laya_api 发布时间: 20170929