大约有 1,332 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0070 秒)
Laya3.0_api(672) Laya2.0_api(357) laya_api(289) Laya_社区(5) Laya3.0_文档(5) Laya2.0_示例(2) Laya_示例(2)
...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
...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
...前要播放动画的纹理序列Method DetailaddAniSprite()method public function addAniSprite(aniName:String, sprite:TileAniSprite):void 加入一个动画显示对象到此动画中 Parameters aniName:String — //显示对象的名字 sprite:TileAniSprite — //显示对象 clearAll()method ...
来源: laya_api 发布时间: 20170929
...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
...勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://...
来源: Laya2.0_api 发布时间: 20190513
...rpropertydepthStencilBuffer:* [read-only] Implementation public function get depthStencilBuffer():*depthStencilFormatproperty depthStencilFormat:int [read-only] 获取深度格式。 return 深度格式。 Implementation public function get depthStencilFormat():intframeBufferp...
来源: laya_api 发布时间: 20170929
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: laya_api 发布时间: 20170929
...、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
...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
...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