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

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

471. laya.d3.math.Viewport [ 57%]

...erty public var x:NumberX轴坐标yproperty public var y:NumberY轴坐标Constructor DetailViewport()Constructorpublic function Viewport(x:Number, y:Number, width:Number, height:Number) 创建一个 Viewport 实例。 Parameters x:Number — x坐标。  y:Number — y坐标。  width:Number — ...

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

472. laya.d3.core.Sprite3D_API3.0 [ 56%]

... Hierarchy Node Sprite3D RenderableSprite3D BaseCamera LightSprite Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy components destroyed displayedInStage hideFlags id is3D layer numChildren parent scene timer transform url Meth...

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

473. laya.utils.Handler [ 56%]

...执行recover()进行回收,回收后会被再利用,默认为false 。Constructor DetailHandler()Constructorpublic function Handler(caller:* = null, method:Function = null, args:Array = null, once:Boolean = false) 根据指定的属性值,创建一个 Handler 类的实例。 Parameters caller...

来源: laya_api 发布时间: 20170929

474. 显示文本组件 · LayaAir3.0文档 · LAYABOX [ 56%]

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

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

475. laya.utils.Handler [ 56%]

...执行recover()进行回收,回收后会被再利用,默认为false 。Constructor DetailHandler()Constructorpublic function Handler(caller:* = null, method:Function = null, args:Array = null, once:Boolean = false) 根据指定的属性值,创建一个 Handler 类的实例。 Parameters caller...

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

476. laya.d3.renderobjs.nativeobj.NativeTransform3D_API3.0 [ 56%]

...D 类用于实现3D变换。 Hierarchy Transform3D NativeTransform3D Index Constructors constructor Properties _nativeObj MemoryBlock_size tmpVec3 Accessors localMatrix localPosition localPositionX localPositionY localPositionZ localRotation localRotationEuler localRotationEulerX localRotationEulerY...

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

477. laya.d3.component.Component3D [ 56%]

...odestartedproperty public var started:Boolean是否已执行start函数。Constructor DetailComponent3D()Constructorpublic function Component3D() 创建一个新的 Component3D 实例。 Event Detail enabledchanged Event Event Object Type: laya.events.EventEvent.type property = Event.ENABLED_CHANGE...

来源: laya_api 发布时间: 20170929

478. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 54%]

...rikenParticleSystem ShurikenParticleInstanceSystem Implements IClone Index Constructors constructor Properties _geometryElementOBj autoRandomSeed dragConstant dragSpeedConstantMax dragSpeedConstantMin dragType duration gravityModifier isPerformanceMode looping playOnAwake prewarm randomSeed randomiz...

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

479. laya.d3.core.trail.TrailRenderer [ 54%]

...onViewWorldMatrixpropertyprotected var _projectionViewWorldMatrix:Matrix4x4Constructor DetailTrailRenderer()Constructorpublic function TrailRenderer(owner:TrailSprite3D) Parameters owner:TrailSprite3DMethod Detail_calculateBoundingBox()methodoverride protected function _calculateBoundingBox():void _...

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

480. 进度条组件 · LayaAir3.0文档 · LAYABOX [ 54%]

...I_ProgressBar extends Laya.Script { private progressBar: Laya.ProgressBar; constructor() { super(); } onAwake(): void { // 加载进度条资源,图片资源来自“引擎API使用示例” Laya.loader.load(["resources/res/ui/progressBar.png", "resources/res/ui/progressBar$bar.png"]).then(() =&gt...

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