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

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

141. laya.display.css.TextStyle_API3.0 [ 81%]

... Hierarchy TextStyle Index Constructors constructor Properties align bold color font fontSize italic leading strikethrough stroke strokeColor underline underlineColor valign Constructors constructor new TextStyle(): TextStyle Defined in laya/display/css/TextStyle.ts:53 Returns TextStyle Properties a...

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

142. laya.d3.core.render.BloomEffect_API3.0 [ 81%]

...tProcessEffect BloomEffect Index Constructors constructor Properties clamp color dirtTexture fastMode Accessors active anamorphicRatio diffusion dirtIntensity intensity softKnee threshold Methods effectInit getCameraDepthTextureModeFlag release Constructors constructor new BloomEffect(): BloomEffect...

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

143. HTMLDivElement 垂直居中的问题 还没解决么? [ 81%]

...8-08-06 21:10 let str ="   <span style='color:#a5c0f8'>并州韩诗</span> <span style='color:#a5c0f8'>: </span><span style='color:#ffffff'>请问企鹅<img src='emoji/11.png' style = 'width:40px;height:40px'></...

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

144. 缓动-缓动函数演示 [ 80%]

...age.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.setup(); } setup() { this.createCharacter(); this.createEaseFunctionList(); this.createDurationCrontroller(); } createCharacter() { const Sprite = Laya.Sprite; character = new Sprite(); Laya.stage.addC...

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

145. 缓动-缓动函数演示 [ 80%]

...this); this.size(100, 20); label = new Label(); label.fontSize = 12; label.color = "#FFFFFF"; this.addChild(label); this.setLabel = function(value) { label.text = value; } } Laya.class(ListItemRender, "ListItemRender", Box); // 主要逻辑代码 var Input = Laya.Input; var Sprite = Laya.Sprite; var...

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

146. uniformMap表格(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 80%]

...> 场景雾化相关 | 变量名 | 描述 | | ---------- | ------ | | u_FogColor | 雾化颜色 | | u_FogRange | 雾化范围 | | u_FogStart | 雾化起始位置 | > 灯光相关 | 变量名 | 描述 | | ---------------------- | ------------------- | | u_DirationLightCount | 平行光数量 | | u_Li...

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

147. uniformMap表格(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 80%]

...> 场景雾化相关 | 变量名 | 描述 | | ---------- | ------ | | u_FogColor | 雾化颜色 | | u_FogRange | 雾化范围 | | u_FogStart | 雾化起始位置 | > 灯光相关 | 变量名 | 描述 | | ---------------------- | ------------------- | | u_DirationLightCount | 平行光数量 | | u_Li...

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

148. uniformMap表格(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 80%]

...> 场景雾化相关 | 变量名 | 描述 | | ---------- | ------ | | u_FogColor | 雾化颜色 | | u_FogRange | 雾化范围 | | u_FogStart | 雾化起始位置 | > 灯光相关 | 变量名 | 描述 | | ---------------------- | ------------------- | | u_DirationLightCount | 平行光数量 | | u_Li...

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

149. 场景环境光(JavaScript-3D基础(JS)-LayaAir3D之场景渲染配置) [ 80%]

...​ ![](img/1.png)(图1) **Source** 光源选项目前可以使用Skybox和Color两种。 **Ambient Color** 环境光的颜色。设置为Color时的环境光颜色。 **Ambient Mode** 环境模式,只能使用 `Realtime `实时光照。 设置之后调整颜色或者 #### 使代码设置环境光...

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

150. 场景环境光(TypeScript-3D基础(TS)-LayaAir3D之场景渲染配置) [ 80%]

...​ ![](img/1.png)(图1) **Source** 光源选项目前可以使用Skybox和Color两种。 **Ambient Color** 环境光的颜色。设置为Color时的环境光颜色。 **Ambient Mode** 环境模式,只能使用 `Realtime `实时光照。 设置之后调整颜色或者 #### 使代码设置环境光...

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