• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 474 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)

61. laya.d3.math.ContainmentType [ 90%]

...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

62. laya.d3.math.Ray [ 90%]

...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

63. laya.d3.math.HalfFloatUtils [ 90%]

...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

64. laya.d3.math.IBoundsCell_API3.0 [ 90%]

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

65. laya.d3.math.FrustumCorner_API3.0 [ 90%]

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

66. laya.d3.math.RandX [ 90%]

... | 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

67. laya.d3.math.RandX [ 90%]

... | 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

68. 请大家帮助优化一下这个抛物线的代码 [ 90%]

...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

69. 混合模式-Lighter [ 90%]

...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

70. 混合模式-Lighter [ 90%]

...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