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

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

901. 怎样清楚点击事件 [ 59%]

...。 public function off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher   2018-03-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 oy2419498011 相关问题 Dialog:屏蔽点击Dialog之外的区域...

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

902. 其他引擎的Demo-Example_21 [ 59%]

...666", "#F6C84C", "#4C779A"]; private colorCount:number = 0; private isDown:Boolean = false; private path:Array = []; private color:String = this.colors[0]; private liveGraphics:Graphics; private canvasGraphics:Graphics; constructor() { Laya.init(Browser.width, Browser.height, WebGL); Laya.stage.bgCo...

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

903. Unlit材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 59%]

...度。 `albedoTexture:BaseTexture` 反照率贴图。 `enableVertexColor:Boolean` 是否支持顶点色。 `renderMode:int` [write-only] 设置渲染模式。 `tilingOffset:Vector4` 纹理平铺和偏移。 #### 创建和使用材质 图1中,左边使用的BlinnPhong材质,右边使用的就是U...

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

904. Unlit材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 59%]

...度。 `albedoTexture:BaseTexture` 反照率贴图。 `enableVertexColor:Boolean` 是否支持顶点色。 `renderMode:int` [write-only] 设置渲染模式。 `tilingOffset:Vector4` 纹理平铺和偏移。 #### 创建和使用材质 图1中,左边使用的BlinnPhong材质,右边使用的就是U...

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

905. TextureCube. setSixSideImageSources () [ 59%]

...od  public function setSixSideImageSources(source:Array, premultiplyAlpha:Boolean = false):void     通过六张图片源填充纹理。 source:Array 里面传入的是什么?图片的路径吗?我传入了6个贴图的路径,但是他出现了图片中的错误   附件 : --> 2019-07-31 ...

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

906. laya.d3.math.Color_API3.0 [ 59%]

...arameters destObject: any 克隆源。 Returns void equal equal(c: Color): boolean Defined in laya/d3/math/Color.ts:113 Parameters c: Color Returns boolean fromArray fromArray(array: any[], offset?: number): void Defined in laya/d3/math/Color.ts:175 从Array数组拷贝值。 Parameters array: any[]...

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

907. 怎么只用RegExp进行正则校验 [ 59%]

...行正则校验 private static function RegExpFunc(reg:RegExp,str:String):Boolean { var p:RegExp=reg; return p.test(str) ; } 我这样子写,直接传进去,运行报错 2017-03-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

908. laya.d3.physics.shape.StaticPlaneColliderShape [ 59%]

...取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  StaticPlaneColliderShape(normal:Vector3, off...

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

909. laya.d3.component.animator.AnimatorControllerLayer_API3.0 [ 59%]

...nent/Animator/AnimatorControllerLayer.ts:58 默认权重。 enable enable: boolean = true Defined in laya/d3/component/Animator/AnimatorControllerLayer.ts:62 是否开启 name name: string Defined in laya/d3/component/Animator/AnimatorControllerLayer.ts:54 层的名称。 playOnWake playOnWake: bool...

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

910. laya.d3.graphics.vertex.VertexMesh_API3.0 [ 59%]

...getVertexDeclaration getVertexDeclaration(vertexFlag: string, compatible?: boolean): VertexDeclaration Defined in laya/d3/graphics/Vertex/VertexMesh.ts:82 获取顶点声明。 Parameters vertexFlag: string 顶点声明标记字符,格式为:"POSITION,NORMAL,COLOR,UV,UV1,BLENDWEIGHT,BLENDINDICES,TAN...

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