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

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

651. laya.resource.Texture_API3.0 [ 39%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/Texture" Texture Class Texture Texture 是一个纹理处理类。 Hierarchy Resource Texture Index Constructors constructor Properties...

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

652. 字体切片组件 · LayaAir3.0文档 · LAYABOX [ 38%]

...lass NewScript extends Laya.Script { @property( { type : Laya.FontClip } ) public fontclp: Laya.FontClip; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.fontclp.pos(Laya.stage.width >> 1, ...

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

653. laya.d3.math.Matrix4x4_API3.0 [ 38%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors cons...

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

654. laya.d3.component.volume.batchvolume.StaticBatchVolume_API3.0 [ 38%]

...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/Volume/BatchVolume/StaticBatchVolume" StaticBatchVolume Class StaticBatchVolume 类用来描述一个可合并渲染节点的体积...

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

655. laya.d3.physics.constraints.ConstraintComponent_API3.0 [ 38%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/constraints/ConstraintComponent" ConstraintComponent Class ConstraintComponent ConstraintComponent 类用于创建约束的父类。 ...

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

656. laya.display.Graphics_API3.0 [ 38%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Graphics" Graphics Class Graphics Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,...

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

657. laya.physics.joint.WheelJoint_API3.0 [ 38%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/WheelJoint" WheelJoint Class WheelJoint 轮子关节:围绕节点旋转,包含弹性属性,使得刚体在节点位置发生...

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

658. laya.d3.resource.TextureCube_API3.0 [ 38%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/TextureCube" TextureCube Class TextureCube TextureCube 类用于生成立方体纹理。 Hierarchy BaseTexture TextureCube Index Con...

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

659. laya.d3.core.light.PointLightCom_API3.0 [ 38%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/light/PointLightCom" PointLightCom Class PointLightCom Hierarchy Light PointLightCom Index Constructors constructor Properties _extra _s...

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

660. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 38%]

...vate function setPosition(value):void { this.position = value; update(); } public function update() { console.log('rotation: ' + this.rotation + '\tscale: ' + this.scale + '\tposition: ' + this.position); } ``` 调用以下代码更改状态: ``` setRotation(90); setScale(2); setPosition(30); ``` ...

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