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

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

311. laya.d3.core.material.EffectMaterial [ 67%]

...terialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class EffectMaterialInheritanceEffectMaterial BaseMaterial laya.resource.Resource EffectMaterial 类用于实现Mesh特效材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties P...

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

312. 动效模板(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 67%]

...ya.net.Loader; import laya.utils.Handler; import ui.EffectAnimationDemoUI; public class Main { public function Main() { //初始化舞台 Laya.init(1334,750); //设置舞台背景色 Laya.stage.bgColor = "#ffffff" //加载图集资源,加载成功后添加到舞台 Laya.loader.load("./res/atlas/ui...

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

313. laya.physics.EdgeCollider_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/EdgeCollider" EdgeCollider Class EdgeCollider 2D边框碰撞体 Hierarchy ColliderBase EdgeCollider Index Constructors constructor Prope...

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

314. 有时候加载一大堆资源的时候某个个别图片资源加载失败如何处理 [ 67%]

... @return 此 LoaderManager 对象本身。          */         public function load(url:*, complete:Handler = null, progress:Handler = null, type:String = null, priority:int = 1, cache:Boolean = true, group:String = null, ignoreCache:Boolean = false):LoaderManager { 你可以根据加载...

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

315. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 67%]

...operties | Methods | Constants Packagelaya.d3.core.particleShuriKenClasspublic class ShurikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ShurikenParticleMaterial 类用于实现粒子材质。 Public Properties Hide Inherited Public Properties Show Inhe...

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

316. laya.physics.BoxCollider_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/BoxCollider" BoxCollider Class BoxCollider 2D矩形碰撞体 Hierarchy ColliderBase BoxCollider Index Constructors constructor Propertie...

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

317. laya.maths.MathUtils3D_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/MathUtils3D" MathUtils3D Class MathUtils3D MathUtils3D 类用于创建数学工具。 Hierarchy MathUtils3D Index Constructors constructor...

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

318. laya.events.Event_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/Event" Event Class Event Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器...

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

319. Button属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 67%]

...import laya.ui.Button; import laya.utils.Handler; import laya.webgl.WebGL; public class ComponentDemo { //按钮资源路径 private var skin:String = "./res/img/btn_test.png"; public function ComponentDemo() { //初始化引擎,设置宽高并开启WebGL渲染模式 Laya.init(1334,750, WebGL); //...

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

320. 3D变换 · LayaAir3.0文档 · LAYABOX [ 67%]

...暴露cube的属性,代码如下: @property({ type: Laya.Sprite3D }) public cube: Laya.Sprite3D; 然后在IDE中,将Cube节点拖入装饰器暴露的属性入口,即可用代码控制Cube节点了。 1. 平移变换 平移变换的定义如下: /** * 平移变换。 * @param translation ...

来源: Laya3.0_文档 发布时间: 20241014