大约有 474 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
Laya_社区(251) Laya_示例(61) Laya3.0_api(39) Laya2.0_文档(33) Laya2.0_api(28) Laya2.0_示例(25) laya_api(21) Laya3.0_文档(16)
...es | Index | Frames No Frames ContainmentTypeConstants Packagelaya.d3.mathClasspublic class ContainmentTypeInheritanceContainmentType Object ContainmentType 类用于定义空间物体位置关系。 Public Constants ConstantDefined By Contains : int = 1[static] ContainmentType Disjoint ...
来源: Laya2.0_api 发布时间: 20190513
...es | Index | Frames No Frames RayProperties | Methods Packagelaya.d3.mathClasspublic class RayInheritanceRay Object Ray 类用于创建射线。 Public Properties PropertyDefined By direction : Vector3方向Ray origin : Vector3原点RayPublic Methods MethodDefined By Ray(origin:Vec...
来源: Laya2.0_api 发布时间: 20190513
...asses | Index | Frames No Frames HalfFloatUtilsMethods Packagelaya.d3.mathClasspublic class HalfFloatUtilsInheritanceHalfFloatUtils Object HalfFloatUtils 类用于创建HalfFloat工具。 Public Methods MethodDefined By convertToNumber(float16bits:int):Number[static] convert a half float n...
来源: Laya2.0_api 发布时间: 20190513
LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...
来源: Laya3.0_api 发布时间: 20230115
LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...
来源: Laya3.0_api 发布时间: 20230115
... | Index | Frames No Frames RandXProperties | Methods Packagelaya.d3.mathClasspublic class RandXInheritanceRandX Object Rand 类用于通过128位整型种子创建随机数,算法来自:https://github.com/AndreasMadsen/xorshift。 Public Properties PropertyDefined By defaultRand : RandX[s...
来源: laya_api 发布时间: 20170929
... | Index | Frames No Frames RandXProperties | Methods Packagelaya.d3.mathClasspublic class RandXInheritanceRandX Object Rand 类用于通过128位整型种子创建随机数,算法来自:https://github.com/AndreasMadsen/xorshift。 Public Properties PropertyDefined By defaultRand : RandX[s...
来源: Laya2.0_api 发布时间: 20190513
...ate centerX:number = 0; private centerY:number = 0; private angle:number = Math.PI; private angle2:number = 0; private radius:number = 150; //半径 private speed:number = .05; private points:Array<any> = ; private i:number = 0; constructor() { Laya.init(1100, 619, Laya.WebGL); Laya.loader.loa...
来源: Laya_社区 发布时间: 20171108
...eLoop(1, this, renderBg); } function createPhoenixes() { var scaleFactor = Math.min( Laya.stage.width / (phoenixWidth * 2), Laya.stage.height / phoenixHeight); // 加了混合模式的凤凰 var blendedPhoenix = createAnimation(); blendedPhoenix.blendMode = "lighter"; blendedPhoenix.scale(scaleFacto...
来源: Laya_示例 发布时间: 20241117
...frameLoop(1, this, this.renderBg); } createPhoenixes() { let scaleFactor = Math.min( Laya.stage.width / (phoenixWidth * 2), Laya.stage.height / phoenixHeight); // 混合模式的凤凰 let blendedPhoenix = this.createAnimation(); blendedPhoenix.blendMode = Laya.BlendMode.LIGHTER; // 指定要使用...
来源: Laya2.0_示例 发布时间: 20241117