大约有 1,261 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0051 秒)
Laya3.0_api(409) Laya_社区(375) Laya2.0_api(226) laya_api(168) Laya2.0_文档(49) Laya3.0_文档(24) Laya2.0_示例(7) Laya_示例(3)
...yaAir引擎 laya 1.0 源码中 RunDriver.as里measureText的问题 private static var hanzi:RegExp = new RegExp("^[\u4E00-\u9FA5]$"); private static var fontMap:Array = ; public static var measureText:Function = function(txt:String, font:String):* { var isChinese:Boolean = hanzi.test(txt); if (isChi...
来源: Laya_社区 发布时间: 20190610
...查状态是否触发 Parameters value: number | boolean Returns boolean Static conditionIDToName conditionIDToName(id: number): string Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:35 通过ID获得唯一名称。 Parameters id: number Returns string Static conditionNameToID condi...
来源: Laya3.0_api 发布时间: 20231102
...适合的!比如使用这个模式 /**寻址模式_不循环。*/ public static const FILTERMODE_TRILINEAR:int = 2; 或者对anisoLevel大小进行设置 filterMode 进行修改 具体效果需要你自己调试 2018-10-26 0 2 分享 微博 QZONE 微信 淡蓝 赞同来自: 感觉不像是贴图...
来源: Laya_社区 发布时间: 20181026
...Node节点。 Component type : String 刚体类型,支持三种类型static,dynamic和kinematic类型 static为静态类型,静止不动,不受重力影响,质量无限大,可以通过节点移动,旋转,缩放进行控制 dynamic为动态类型,接受重力影响 kinematic为...
来源: Laya2.0_api 发布时间: 20190513
... = false 是否覆盖之前的缓动。 Returns Tween 返回Tween对象。 Static clear clear(tween: Tween): void Defined in laya/utils/Tween.ts:271 清理某个缓动。 Parameters tween: Tween 缓动对象。 Returns void Static clearAll clearAll(target: any): void Defined in laya/utils/Tween.ts:2...
来源: Laya3.0_api 发布时间: 20231115
...fsetY:Number = 0, sourceWidth:Number = 0, sourceHeight:Number = 0):Texture[static] 根据指定资源和坐标、宽高、偏移量等创建 Texture 对象。 Texture createFromTexture(texture:Texture, x:Number, y:Number, width:Number, height:Number):Texture[static] 截取Texture的一部分区...
来源: Laya2.0_api 发布时间: 20190513
...age的宽度等于设计高度,高度根据屏幕比率大小而变化*/ static SCALE_FIXED_WIDTH: string; /**应用保持设计高度不变,宽度根据屏幕比缩放,stage的高度等于设计宽度,宽度根据屏幕比率大小而变化*/ static SCALE_FIXED_HEIGHT: string; /**应用保...
来源: Laya_社区 发布时间: 20180825
...era: WebXRCameraManager WebXR Manager Returns WebXRInputManager Properties Static tempVec tempVec: Vector3 = new Vector3() Defined in laya/d3/WebXR/core/WebXRInputManager.ts:17 Static tempVec1 tempVec1: Vector3 = new Vector3() Defined in laya/d3/WebXR/core/WebXRInputManager.ts:18 Methods bindMeshNod...
来源: Laya3.0_api 发布时间: 20231115
...rmal模式。建议优先使用cacheAs代替。 Sprite CAMERA : int = 4[static] Video currentSrc : String[read-only] 获取当前播放源路径。 Video currentTime : Number 设置和获取当前播放头位置。 Video customRenderEnable : Boolean[write-only] 设置是否开启自定义...
来源: laya_api 发布时间: 20170929
...eters row: number 列数。 col: number 行数。 Returns number 高度。 Static creatFromMesh creatFromMesh(mesh: Mesh, width: number, height: number, outCellSize: Vector2): HeightMap Defined in laya/d3/core/HeightMap.ts:26 从网格精灵生成高度图。 Parameters mesh: Mesh width: number 高...
来源: Laya3.0_api 发布时间: 20231102