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

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

2401. laya.ui.Dialog [ 41%]

...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...

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

2402. laya.d3.math.native.ConchVector4_API3.0 [ 41%]

...math/Native/ConchVector4" ConchVector4 Class ConchVector4 Vector4 用于创建四维向量。 Hierarchy ConchVector4 Implements IClone Index Constructors constructor Properties elements ONE UnitW UnitX UnitY UnitZ ZERO Accessors w x y z Methods clone cloneTo fromArray length lengthSquared Clamp a...

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

2403. laya.d3.graphics.Vertex.VertexShurikenParticleMesh [ 41%]

...ParticleMesh VertexShuriKenParticle Object VertexShurikenParticle 用于创建粒子顶点结构。 Public Properties PropertyDefined By  cornerTextureCoordinate : Vector4[read-only] VertexShurikenParticleMesh  position : Vector4[read-only] VertexShurikenParticleMesh  random0 : Vector4[rea...

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

2404. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 41%]

...hRender Class StaticInstanceBatchRender StaticInstanceBatchRender 用于创建动作状态。 Hierarchy BatchRender StaticInstanceBatchRender Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awake...

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

2405. laya.d3.math.Quaternion_API3.0 [ 41%]

... "laya/d3/math/Quaternion" Quaternion Class Quaternion Quaternion 用于创建四元数。 Hierarchy Quaternion Implements IClone Index Constructors constructor Properties w x y z DEFAULT NAN Methods clone cloneTo equals forNativeElement fromArray getYawPitchRoll identity invert length lengthSqua...

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

2406. laya.d3.graphics.Vertex.VertexShurikenParticleBillboard [ 41%]

...cleBillboard VertexShuriKenParticle Object VertexShurikenParticle 用于创建粒子顶点结构。 Public Properties PropertyDefined By  cornerTextureCoordinate : Vector4[read-only] VertexShurikenParticleBillboard  positionStartLifeTime : Vector4[read-only] VertexShurikenParticleBillboard ...

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

2407. laya.d3.physics.CharacterController_API3.0 [ 41%]

...CharacterController Class CharacterController CharacterController 用于创建角色控制器。 Hierarchy PhysicsComponent CharacterController Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath userData UPAXIS_X UPAXIS_Y UPAXIS_Z Accessors awak...

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

2408. laya.ui.CheckBox_API3.0 [ 41%]

...e赋值时的的默认属性是:selected。 example 以下示例代码,创建了一个 CheckBox 实例。 package { import laya.ui.CheckBox; import laya.utils.Handler; public class CheckBox_Example { public function CheckBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stag...

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

2409. laya.utils.Timer_API3.0 [ 41%]

...r new Timer(autoActive?: boolean): Timer Defined in laya/utils/Timer.ts:34 创建 Timer 的一个实例。 Parameters Default value autoActive: boolean = true Returns Timer Properties currFrame currFrame: number = 0 Defined in laya/utils/Timer.ts:22 当前的帧数。 currTimer currTimer: number ...

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

2410. 组件装饰器说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

...性输入控件,这与hidden参数设置为true不同。hidden为true是创建但不可见,inspector为null则是完全不创建。 2.7 组件属性分与排序 组件的属性默认会统一显示在以组件脚本名称的属性分栏目下,效果如图2-5所示: (图2-5) 如果...

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