大约有 1,216 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0070 秒)
Laya3.0_api(405) Laya_社区(358) Laya2.0_api(224) laya_api(168) Laya2.0_文档(31) Laya3.0_文档(20) Laya2.0_示例(7) Laya_示例(3)
...rmal : Vector3平面的向量Plane PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane PlaneIntersectionType_Front : int = 1[static] Plane PlaneIntersectionType_Intersecting : int = 2[static] PlanePublic Methods MethodDefined By Plane(normal:Vector3, ...
来源: laya_api 发布时间: 20170929
...rmal : Vector3平面的向量Plane PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane PlaneIntersectionType_Front : int = 1[static] Plane PlaneIntersectionType_Intersecting : int = 2[static] PlanePublic Methods MethodDefined By Plane(normal:Vector3, ...
来源: Laya2.0_api 发布时间: 20190513
... /** * 创建时间 2017/04/16 */ module PomeloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIE...
来源: Laya_社区 发布时间: 20180119
...QUE RENDERQUEUE_TRANSPARENT SHADERDEFINE_ALPHATEST Methods load Properties Static ALPHATESTVALUE ALPHATESTVALUE: number = Shader3D.propertyNameToID("u_AlphaTestValue") Defined in laya/d3/core/material/BaseMaterial.ts:22 deprecated 废弃请使用Material类 use Material.ALPHATESTVALUE instead Static...
来源: Laya3.0_api 发布时间: 20231102
...ls3D.ts:12 创建一个 MathUtils 实例。 Returns MathUtils3D Properties Static Deg2Rad Deg2Rad: number = Math.PI / 180 Defined in laya/maths/MathUtils3D.ts:12 角度转弧度系数 Static MaxValue MaxValue: number = 3.40282347e+38 Defined in laya/maths/MathUtils3D.ts:8 浮点数默认最大值 St...
来源: Laya3.0_api 发布时间: 20231115
...位。Sprite stage : Stage[read-only] 对舞台 stage 的引用。Sprite staticCache : Boolean 是否静态缓存此对象的当前帧的最终属性。为 true 时,子对象变化时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite texture : T...
来源: laya_api 发布时间: 20170929
...ls3D.ts:12 创建一个 MathUtils 实例。 Returns MathUtils3D Properties Static Deg2Rad Deg2Rad: number = Math.PI / 180 Defined in laya/d3/math/MathUtils3D.ts:12 角度转弧度系数 Static MaxValue MaxValue: number = 3.40282347e+38 Defined in laya/d3/math/MathUtils3D.ts:8 浮点数默认最大...
来源: Laya3.0_api 发布时间: 20231102
...例。 SkyPublic Constants ConstantDefined By ALPHABLENDING : int = 2[static] Sky DIFFUSETEXTURE : int = 3[static] Sky INTENSITY : int = 1[static] Sky MVPMATRIX : int = 0[static] SkyProperty DetailalphaBlendingpropertyalphaBlending:Number 获取透明混合度。 Implementation ...
来源: laya_api 发布时间: 20170929
...ON FOLDER_VERSION manifest type Methods addVersionPrefix enable Properties Static FILENAME_VERSION FILENAME_VERSION: number = 2 Defined in laya/net/ResourceVersion.ts:13 基于文件名映射管理方式(新版本IDE默认类型) Static FOLDER_VERSION FOLDER_VERSION: number = 1 Defined in laya/n...
来源: Laya3.0_api 发布时间: 20231102
...11 15:32 浏览: 650 关注: 2 人 a1748004424 • 2018-02-11 15:44 public static SymbolRoot(sp: Laya.Sprite, cfg: any) { sp.graphics.drawCircle(0, 0, 20, "#ffffff", "#000000", 3); sp.graphics.drawLine(-20, -20, 20, 20, "#000000", 3); } public static SymbolSeq(sp: Laya....
来源: Laya_社区 发布时间: 20180211