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

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

451. laya.d3.math.MathUtils3D_API3.0 [ 77%]

...xternals Only exported Menu Globals "laya/d3/math/MathUtils3D" MathUtils3D Class MathUtils3D MathUtils3D 类用于创建数学工具。 Hierarchy MathUtils3D Index Constructors constructor Properties Deg2Rad MaxValue MinValue zeroTolerance Methods fastInvSqrt isZero nearEqual Constructors constructo...

来源: Laya3.0_api 发布时间: 20231102

452. laya.renders.VertexElementFormat_API3.0 [ 77%]

...ported Menu Globals "laya/renders/VertexElementFormat" VertexElementFormat Class VertexElementFormat 类用来定义顶点元素格式 Hierarchy VertexElementFormat Index Properties Byte2 Byte3 Byte4 ByteOne Color NormalizedShort2 NormalizedShort4 Short2 Short4 Single Vector2 Vector3 Vector4 Methods...

来源: Laya3.0_api 发布时间: 20231115

453. laya.d3.core.particleshuriken.module.shape.SphereShape_API3.0 [ 77%]

...obals "laya/d3/core/particleShuriKen/module/shape/SphereShape" SphereShape Class SphereShape SphereShape 类用于创建球形粒子形状。 Hierarchy BaseShape SphereShape Implements IClone Index Constructors constructor Properties emitFromShell enable radius randomDirection shapeType Methods clon...

来源: Laya3.0_api 发布时间: 20231115

454. laya.d3.core.particleshuriken.module.shape.HemisphereShape_API3.0 [ 77%]

...aya/d3/core/particleShuriKen/module/shape/HemisphereShape" HemisphereShape Class HemisphereShape HemisphereShape 类用于创建半球形粒子形状。 Hierarchy BaseShape HemisphereShape Implements IClone Index Constructors constructor Properties emitFromShell enable radius randomDirection shapeTy...

来源: Laya3.0_api 发布时间: 20231115

455. 设置遮罩(ActionScript-LayaAir基础篇(AS3)-位图) [ 77%]

...x.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Sprite) API内(),该属性的说明如图1所示: ![1](img/1.jpg)(图1) ## 二、简单的遮罩示例 ### 2.1 我们先用LayaAir引擎显示一张位图 创建一个MaskDemo.as入口类,并...

来源: Laya2.0_文档 发布时间: 20210714

456. laya.d3.core.particleshuriken.module.TextureSheetAnimation_API3.0 [ 77%]

.../core/particleShuriKen/module/TextureSheetAnimation" TextureSheetAnimation Class TextureSheetAnimation TextureSheetAnimation 类用于创建粒子帧动画。 Hierarchy TextureSheetAnimation Implements IClone Index Constructors constructor Properties cycles enable enableUVChannels randomRow rowIndex...

来源: Laya3.0_api 发布时间: 20231115

457. 导出场景报错 [ 77%]

...zation.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr...

来源: Laya_社区 发布时间: 20171208

458. laya.ani.bone.canvasmesh.SkinMeshForGraphic_API3.0 [ 77%]

...u Globals "laya/ani/bone/canvasmesh/SkinMeshForGraphic" SkinMeshForGraphic Class SkinMeshForGraphic Laya Hierarchy MeshData SkinMeshForGraphic Index Constructors constructor Properties canvasPadding indexes texture transform useUvTransform uvTransform uvs vertices Methods getBounds init2 Constructor...

来源: Laya3.0_api 发布时间: 20231115

459. 文本-多行输入 [ 77%]

...ript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class Text_InputMultiline { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight...

来源: Laya2.0_示例 发布时间: 20240930

460. 加载-错误处理和进度 [ 77%]

...种开发语言、LayaAirIDE让项目开发更高效。let numLoaded = 0; class Loader_ProgressAndErrorHandle { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler, Event = Laya.Event, Loader = Laya.Loader; // 不支持WebGL...

来源: Laya2.0_示例 发布时间: 20240930