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

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

201. laya.d3.graphics.Vertex.VertexPositionTexture0 [ 88%]

...itionpropertyposition:Vector3  [read-only] Implementation     public function get position():Vector3textureCoordinate0property textureCoordinate0:Vector2  [read-only] Implementation     public function get textureCoordinate0():Vector2vertexDeclarationproperty vertexDeclaration:VertexDe...

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

202. laya.d3.resource.models.SkyDome [ 88%]

...rtyslices:int  [read-only] 获取层数。 Implementation     public function get slices():intstacksproperty stacks:int  [read-only] 获取堆数。 Implementation     public function get stacks():intConstructor DetailSkyDome()Constructorpublic function SkyDome(stacks:Number = 48, slice...

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

203. laya.map.TileTexSet [ 88%]

...前要播放动画的纹理序列Method DetailaddAniSprite()method public function addAniSprite(aniName:String, sprite:TileAniSprite):void 加入一个动画显示对象到此动画中 Parameters aniName:String — //显示对象的名字  sprite:TileAniSprite — //显示对象 clearAll()method  ...

来源: laya_api 发布时间: 20170929

204. laya.utils.Timer [ 88%]

...ue) 创建 Timer 类的一个实例。 Timer  callLater(caller:*, method:Function, args:Array = null):void 延迟执行。 Timer  clear(caller:*, method:Function):void 清理定时器。 Timer  clearAll(caller:*):void 清理对象身上的所有定时器。 Timer  frameLoop(delay:int, caller...

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

205. laya.device.motion.Gyroscope [ 88%]

...勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://...

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

206. laya.d3.resource.RenderTexture [ 88%]

...rpropertydepthStencilBuffer:*  [read-only] Implementation     public function get depthStencilBuffer():*depthStencilFormatproperty depthStencilFormat:int  [read-only] 获取深度格式。 return 深度格式。 Implementation     public function get depthStencilFormat():intframeBufferp...

来源: laya_api 发布时间: 20170929

207. laya.d3.component.physics.SphereCollider [ 88%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

来源: laya_api 发布时间: 20170929

208. 加载-加载序列 [ 88%]

...、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Texture = Laya.Texture; var Handler = Laya.Handler; var numLoaded = 0; var resAmount = 3; (function() { Laya.init(500, 400); // 按序列加载 monkey2.png - monkey1.png - monkey0.png // 不开启缓存 // ...

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

209. laya.maths.Point [ 88%]

...y:Number该点的垂直坐标。Constructor DetailPoint()Constructorpublic function Point(x:Number = 0, y:Number = 0) 根据指定坐标,创建一个新的 Point 对象。 Parameters x:Number (default = 0) — (可选)水平坐标。  y:Number (default = 0) — (可选)垂直坐标。 Met...

来源: laya_api 发布时间: 20170929

210. laya.d3.math.Vector2 [ 88%]

...public var y:NumberY轴坐标Constructor DetailVector2()Constructorpublic function Vector2(x:Number = 0, y:Number = 0) 创建一个 Vector2 实例。 Parameters x:Number (default = 0) — X轴坐标。  y:Number (default = 0) — Y轴坐标。 Method Detailclone()method public function clone():* ...

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