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

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

411. ComboBox属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 60%]

...port laya.ui.ComboBox; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_ComboBox { /***下边列表美术资源**/ private var skin:String = "../../../../res/ui/combobox.png"; /***下拉列表**/ private var comboBox:ComboBox /***提示信息文本框**/ private var promptText:Tex...

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

412. laya.physics.RigidBody_API3.0 [ 60%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/RigidBody" RigidBody Class RigidBody 2D刚体,显示对象通过RigidBody和物理世界进行绑定,保持物理和显示对象之...

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

413. laya.d3.core.material.ParticleMaterial [ 60%]

...terialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class ParticleMaterialInheritanceParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获...

来源: laya_api 发布时间: 20170603

414. laya.d3.component.PostProcess_API3.0 [ 60%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/PostProcess" PostProcess Class PostProcess PostProcess 类用于创建后期处理组件。 Hierarchy PostProcess Index Constructor...

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

415. laya.d3.core.material.GlitterMaterial [ 60%]

...terialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class GlitterMaterialInheritanceGlitterMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  albedo : Vector4 获取...

来源: laya_api 发布时间: 20170929

416. laya.d3.webxr.core.AxiGamepad_API3.0 [ 59%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRGamepad" AxiGamepad Class AxiGamepad 类用来描述gamepad Axis Hierarchy EventDispatcher AxiGamepad Index Properties axisLe...

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

417. 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) [ 59%]

...rt laya.net.Loader; import laya.ui.ProgressBar; import laya.utils.Handler; public class LoadingDemo { private var progressBar:ProgressBar; public function LoadingDemo() { Laya.init(550,400); //预加载loading条资源 var pro1:Object={url:"loads/progressBar.png",type:Loader.IMAGE}; var pro2:Object=...

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

418. laya.filters.BlurFilter_API3.0 [ 59%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/filters/BlurFilter" BlurFilter Class BlurFilter 模糊滤镜 Hierarchy Filter BlurFilter Implements IFilter Index Constructors constructor Prope...

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

419. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 59%]

...operties | Methods | Constants Packagelaya.d3.core.particleShuriKenClasspublic class ShurikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTe...

来源: laya_api 发布时间: 20170929

420. startDrag的使用问题 [ 59%]

...尼系数,影响惯性力度和时长。          */         public function startDrag(area:Rectangle = null, hasInertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void {          ...

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