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

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

241. laya.display.Stage [ 82%]

... "middle" :居中对齐; "bottom" :居底部对齐; Stage alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并...

来源: laya_api 发布时间: 20170929

242. laya.d3.core.particleShuriKen.module.StartFrame [ 82%]

...于创建开始帧。 Public Properties PropertyDefined By  constant : Number[read-only] 固定帧。 StartFrame  constantMax : Number[read-only] 最大固定帧。 StartFrame  constantMin : Number[read-only] 最小固定帧。 StartFrame  type : int[read-only] 始帧类型,0常量模式,...

来源: laya_api 发布时间: 20170929

243. laya.d3.core.particleShuriKen.module.StartFrame [ 82%]

...于创建开始帧。 Public Properties PropertyDefined By  constant : Number[read-only] 固定帧。 StartFrame  constantMax : Number[read-only] 最大固定帧。 StartFrame  constantMin : Number[read-only] 最小固定帧。 StartFrame  type : int[read-only] 始帧类型,0常量模式,...

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

244. laya.ui.Dialog [ 82%]

...c Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = ...

来源: laya_api 发布时间: 20170929

245. 鼠标交互-滑动 [ 82%]

... export class Interaction_Swipe { //swipe滚动范围 private TrackLength: number = 200; //触发swipe的拖动距离 private TOGGLE_DIST: number = this.TrackLength / 2; private buttonPosition: number; private beginPosition: number; private endPosition: number; private button: Sprite; constructor() ...

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

246. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 82%]

...estViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var _path:Sprite = new Sprite(); private var _path2:Sprite = new Sprite(); private var arr:Array = ; private var arr2:Array = ; private var pop:TestDialogUI; public funct...

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

247. 鼠标交互-滑动 [ 82%]

... export class Interaction_Swipe { //swipe滚动范围 private TrackLength: number = 200; //触发swipe的拖动距离 private TOGGLE_DIST: number = this.TrackLength / 2; private buttonPosition: number; private beginPosition: number; private endPosition: number; private button: Sprite; constructor() ...

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

248. laya.d3.core.scene.BoundsOctreeNode [ 81%]

...BoundsOctreeNode(octree:BoundsOctree, parent:BoundsOctreeNode, baseLength:Number, center:Vector3) 创建一个 BoundsOctreeNode 实例。 BoundsOctreeNode  add(object:IOctreeObject):Boolean 添加指定物体。 BoundsOctreeNode  getBound():BoundBox 获取包围盒。 BoundsOctreeNode  getColl...

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

249. PBRSpecularMaterial材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 81%]

...反射。 `normalTexture:BaseTexture` 法线贴图。 `normalTextureScale:Number` 法线贴图缩放系数。 `occlusionTexture:BaseTexture` 遮挡贴图。 `occlusionTextureStrength:Number` 遮挡贴图强度。 `parallaxTexture:BaseTexture` 视差贴图 `parallaxTextureScale:Number` 视差贴图...

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

250. PBRSpecularMaterial材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 81%]

...反射。 `normalTexture:BaseTexture` 法线贴图。 `normalTextureScale:Number` 法线贴图缩放系数。 `occlusionTexture:BaseTexture` 遮挡贴图。 `occlusionTextureStrength:Number` 遮挡贴图强度。 `parallaxTexture:BaseTexture` 视差贴图 `parallaxTextureScale:Number` 视差贴图...

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