大约有 672 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0038 秒)
Laya3.0_api(470) Laya2.0_api(71) Laya3.0_文档(59) laya_api(58) Laya_社区(8) Laya_示例(2) Laya2.0_文档(2) Laya2.0_示例(2)
...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
... 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
...执行recover()进行回收,回收后会被再利用,默认为false 。Constructor DetailHandler()Constructorpublic function Handler(caller:* = null, method:Function = null, args:Array = null, once:Boolean = false) 根据指定的属性值,创建一个 Handler 类的实例。 Parameters caller...
来源: laya_api 发布时间: 20170929
... 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
...执行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
...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
...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
...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
...onViewWorldMatrixpropertyprotected var _projectionViewWorldMatrix:Matrix4x4Constructor DetailTrailRenderer()Constructorpublic function TrailRenderer(owner:TrailSprite3D) Parameters owner:TrailSprite3DMethod Detail_calculateBoundingBox()methodoverride protected function _calculateBoundingBox():void _...
来源: Laya2.0_api 发布时间: 20190513
...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(() =>...
来源: Laya3.0_文档 发布时间: 20241014