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

大约有 1,062 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0044 秒)

571. laya.filters.Filter [ 67%]

... | Frames No Frames FilterProperties | Methods Packagelaya.filtersClasspublic class FilterInheritanceFilter ObjectImplements IFilterSubclasses BlurFilter, ColorFilter, GlowFilter Filter 是滤镜基类。 Public Properties PropertyDefined By  _filter : Function[static] FilterPublic Methods  ...

来源: Laya2.0_api 发布时间: 20190513

572. laya.maths.Matrix4x4_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors constr...

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

573. 继承自Laya.BaseMaterial并且自定义Shader的的自定义材质如何设置透明渲染 [ 67%]

...做才能实现。 export default class CMat extends Laya.BaseMaterial { public static _mainTex : number; public static _mainCol : number; inited : boolean = false; constructor() { super(); if(!this.inited) { CMat._mainTex = Laya.Shader3D.propertyNameToID("u_MainTex"); CMat._mainCol = Laya.Shader3D....

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

574. 鼠标交互-自定义事件 [ 67%]

...a.Tween; import WebGL = Laya.WebGL; export class Interaction_CustomEvent { public static ROTATE: string = "rotate"; private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya....

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

575. laya.display.cmd.DrawPieCmd_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawPieCmd" DrawPieCmd Class DrawPieCmd 绘制扇形 Hierarchy DrawPieCmd Index Properties fillColor lineColor lineWidth radius x y ...

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

576. laya.d3.core.Bounds_API3.0 [ 67%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Propert...

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

577. laya.display.cmd.DrawRoundRectCmd_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawRoundRectCmd" DrawRoundRectCmd Class DrawRoundRectCmd Hierarchy DrawRoundRectCmd Index Properties fillColor height lb lineColor ...

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

578. laya.d3.core.render.command.MaterialInstancePropertyBlock_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/command/MaterialInstancePropertyBlock" MaterialInstancePropertyBlock Class MaterialInstancePropertyBlock Mesh 类用于创建Cust...

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

579. laya.d3.renderobjs.nativeobj.NativeShadowCullInfo_API3.0 [ 67%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeShadowCullInfo" NativeShadowCullInfo Class NativeShadowCullInfo Hierarchy NativeShadowCullInfo Implements IShadowC...

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

580. laya2.0 截图功能分享,直接截取屏幕上所有对象 [ 67%]

...2D: Laya.Texture2D; private static tempTexture: Laya.Texture; /**截图 */ public static drawScreenshot(width, height, x, y) { if (!SwitchHelper.screenDraw) { return null; }  if (!this.tempTexture2D) { this.tempTexture2D = new Laya.Texture2D(system.width, system.height); } if (!this.tempTexture) { ...

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