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

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

801. laya.d3.core.light.SpotLight [ 84%]

...。Node id : int[read-only] 获取唯一标识ID。 Sprite3D intensity : Number 获取灯光强度。 LightSprite isStatic : Boolean[read-only] 获取是否为静态。 Sprite3D layer : int 获取蒙版。 Sprite3D lightmapBakedType : int 获取灯光烘培类型。 LightSprite LIGHTMAPBAKEDTY...

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

802. laya.net.ResourceVersion_API3.0 [ 84%]

...dVersionPrefix enable Properties Static FILENAME_VERSION FILENAME_VERSION: number = 2 Defined in laya/net/ResourceVersion.ts:13 基于文件名映射管理方式(新版本IDE默认类型) Static FOLDER_VERSION FOLDER_VERSION: number = 1 Defined in laya/net/ResourceVersion.ts:11 基于文件夹...

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

803. 扇形遮罩画不全画了一个很奇怪的形状但是矩形的就没问题。显示效果如下:版本号1.7.10 [ 84%]

...essTimer.setReverseDirection(true)                 var percent:Number = 0;                 if( data.totalDuration != 0 && data.totalDuration != -1 )                 {                     percent = 100 - (data.curDuration /  data.totalDurati...

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

804. PBRStandardMaterial材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 84%]

...放射属性。 `enableReflection:Boolean` 是否开启反射。 `metallic:Number` 金属度。 `metallicGlossTexture:BaseTexture` 金属光滑度贴图。 `normalTexture:BaseTexture` 法线贴图。 `normalTextureScale:Number` 法线贴图缩放系数。 `occlusionTexture:BaseTexture` 遮挡贴图...

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

805. 混合模式-Lighter [ 84%]

...de_Lighter { // 一只凤凰的分辨率是550 * 400 private phoenixWidth: number = 550; private phoenixHeight: number = 400; private bgColorTweener: Tween = new Tween(); private gradientInterval: number = 2000; private bgColorChannels: any = { r: 99, g: 0, b: 0xFF }; constructor() { // 不支持Web...

来源: Laya_示例 发布时间: 20260303

806. laya.d3.core.light.LightSprite [ 84%]

...Node id : int[read-only] 获取唯一标识ID。 Sprite3D  intensity : Number 获取灯光强度。 LightSprite isStatic : Boolean[read-only] 获取是否为静态。 Sprite3D layer : int 获取蒙版。 Sprite3D  lightmapBakedType : int 获取灯光烘培类型。 LightSprite  LIGHTMAPBAKE...

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

807. 用xml描述创建一个clip,interval字段妖孽无效 [ 84%]

....nextSibling)             {                 var id:Number = node.getAttribute("id");                                 var clip:Clip = new Clip(node.getAttribute("res") as String);                 clip.anchorX = node.getAttribute("anchorX"...

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

808. Laya 绑定显示内容到骨骼动画 [ 84%]

.../** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf(source); if(index<0){ this.__bindList.push(source); } this.addChild(source); this.timer.frameLoop(1,this,this.__updateBinds); }  unbind(source:BindSource):void{ let index:number=this.__bind...

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

809. 混合模式-Lighter [ 84%]

...de_Lighter { // 一只凤凰的分辨率是550 * 400 private phoenixWidth: number = 550; private phoenixHeight: number = 400; private bgColorTweener: Tween = new Tween(); private gradientInterval: number = 2000; private bgColorChannels: any = { r: 99, g: 0, b: 0xFF }; constructor() { // 不支持Web...

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

810. 骨骼动画-藤蔓 [ 84%]

...export class Skeleton_SpineVine { private mAniPath:string; private mStartX:number = 200; private mStartY:number = 500; private mFactory:Templet; private mActionIndex:number = 0; private mCurrIndex:number = 0; private mArmature:Skeleton; private mCurrSkinIndex:number = 0; private mFactory2:Templet; c...

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