大约有 521 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0065 秒)
...eRate : int 获取默认帧率 AnimationPlayer cacheFrameRateInterval : Number[read-only] 获取缓存帧率间隔时间 AnimationPlayer cachePlayRate : Number 获取缓存播放速率。 AnimationPlayer currentAnimationClipIndex : int[read-only] 获取当前动画索引 AnimationPlayer ...
来源: Laya2.0_api 发布时间: 20190513
...Texture DEF_UV : Array[static] 默认 UV 信息。Texture height : Number 实际高度。Texture INV_UV : Array[static] 反转 UV 信息。Texture isLinearSampling : Boolean 获取当前纹理是否启用了线性采样。 Texture loaded : Boolean[read-only] 表示是否加载成功...
来源: laya_api 发布时间: 20170929
...olean[read-only] 表示是否在显示列表中显示。Node farPlane : Number 获取远裁面。 BaseCamera fieldOfView : Number 获取视野。 BaseCamera forward : Vector3[read-only] 获取前向量。 BaseCamera id : int[read-only] 获取唯一标识ID。 Sprite3D isStatic : Boolean...
来源: laya_api 发布时间: 20170929
...Joint owner : Node [只读]获取所属Node节点。 Component ratio : Number = 1.5[首次设置有效]两刚体移动距离比率PulleyJoint selfAnchor : Array[首次设置有效]自身刚体链接点,是相对于自身刚体的左上角位置偏移PulleyJoint selfBody : RigidBody[首...
来源: Laya2.0_api 发布时间: 20190513
...ean[read-only] 获取在场景中是否激活。 Sprite3D aspectRatio : Number 获取横纵比。 Camera boundFrustum : BoundFrustum[read-only] 获取摄像机视锥。 Camera clearColor : Vector4摄像机的清除颜色。BaseCamera clearFlag : int清楚标记。BaseCamera componentsCount ...
来源: laya_api 发布时间: 20170929
...。Node id : int[read-only] 获取唯一标识ID。 Sprite3D intensity : Number 获取灯光强度。 LightSprite isStatic : Boolean[read-only] 获取是否为静态。 Sprite3D layer : int 获取蒙版。 Sprite3D lightmapBakedType : int 获取灯光烘培类型。 LightSprite LIGHTMAPBAKEDTY...
来源: Laya2.0_api 发布时间: 20190513
...激活。 Returns boolean 在场景中是否激活。 alpha get alpha(): number set alpha(value: number): void Inherited from Text.alpha Defined in laya/display/Sprite.ts:1026 透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。 Returns number Inherited from T...
来源: Laya3.0_api 发布时间: 20231115
...meters path: string Returns void Static endSample endSample(path: string): number Defined in laya/utils/Performance.ts:36 Parameters path: string Returns number Static expoertFile expoertFile(path: string): any Defined in laya/utils/Performance.ts:43 Parameters path: string Returns any Static setPer...
来源: Laya3.0_api 发布时间: 20231102
...是否覆盖之前的延迟执行,默认为 true 。 */ frameOnce(delay: number, caller: any, method: Function, args: any[] = null, coverBefore: boolean = true): void { this._create(true, false, delay, caller, method, args, coverBefore); } 使用示例如下: const { regClass } = Laya; import { ...
来源: Laya3.0_文档 发布时间: 20251010
...激活。 Returns boolean 在场景中是否激活。 alpha get alpha(): number set alpha(value: number): void Inherited from Text.alpha Defined in laya/display/Sprite.ts:1026 透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。 Returns number Inherited from T...
来源: Laya3.0_api 发布时间: 20231115