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

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

251. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 79%]

...n(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 HemisphereShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] HemisphereShape  _getSpeedBoundBox(boundBox:...

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

252. 设置遮罩会导致内存大大增高 [ 79%]

...实现drawTriangles(texture:Texture, x:number, y:number, vertices:Float32Array, uvs:Float32Array, indices:Uint16Array, matrix:Matrix = null, alpha:number = 1, color:string = null, blendMode:string = null)这个问题下一版会修改。 2019-07-05 1 1 分享 微博 QZONE 微信 为什么被折叠? ...

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

253. laya.d3.core.SkinnedMeshSprite3D [ 79%]

... Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()...

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

254. laya.d3.core.particleShuriKen.module.shape.CircleShape [ 79%]

...n(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 CircleShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] CircleShape  _getSpeedBoundBox(boundBox:BoundBox...

来源: laya_api 发布时间: 20170929

255. laya.d3.core.particleShuriKen.module.shape.CircleShape [ 79%]

...n(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 CircleShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] CircleShape  _getSpeedBoundBox(boundBox:BoundBox...

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

256. laya.d3.renderobjs.nativeobj.NativeSkinRenderElementOBJ_API3.0 [ 78%]

...s/NativeOBJ/NativeRenderElementOBJ.ts:83 _skinnedData _skinnedData: Float32Array[] Defined in laya/d3/RenderObjs/NativeOBJ/NativeSkinRenderElementOBJ.ts:7 Accessors _geometry get _geometry(): IRenderGeometryElement set _geometry(data: IRenderGeometryElement): void Inherited from NativeRenderElementO...

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

257. laya.physics.joint.PrismaticJoint [ 78%]

...roperties Show Inherited Public Properties PropertyDefined By  anchor : Array[首次设置有效]关节的控制点,是相对于自身刚体的左上角位置偏移PrismaticJoint  axis : Array[首次设置有效]一个向量值,描述运动方向,比如1,0是沿X轴向右PrismaticJoint ...

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

258. laya.d3.core.particleShuriKen.module.shape.BoxShape [ 78%]

...n(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 BoxShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] BoxShape  _getSpeedBoundBox(boundBox:BoundBox):void...

来源: laya_api 发布时间: 20170929

259. laya.d3.core.particleShuriKen.module.shape.BoxShape [ 78%]

...n(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 BoxShapeProtected Methods  MethodDefined By  _getShapeBoundBox(boundBox:BoundBox):void[override] BoxShape  _getSpeedBoundBox(boundBox:BoundBox):void...

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

260. typescipt在一定范围内加载图片按照等比排列 [ 78%]

...UI.imgList.spaceX = myTestUI.imgList.spaceY = 50;     myTestUI.imgList.array = ['comp/bg.png', 'comp/btn_close.png', 'comp/button.png', 'comp/image.png'];     myTestUI.imgList.renderHandler = new Laya.Handler(this, onImgListRender);   function onImgListRender(box: Laya.Box) {     let mo...

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