大约有 2,154 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
Laya3.0_api(672) Laya_社区(471) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(5)
...的位置提醒开发者啊。package { public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var func:Function = new A().method; func(); } } } package { public class A { private var _attr:int = 123; public function A() { } public function method():void { t...
来源: Laya_社区 发布时间: 20161213
...verTime [read-only] 获取时间帧率。 Implementation public function get frame():FrameOverTimerandomRowproperty public var randomRow:Boolean是否随机行,type为1时有效。startFrameproperty startFrame:StartFrame [read-only] 获取开始帧率。 Implementation publ...
来源: laya_api 发布时间: 20170929
...only] [override] 获取默认纹理资源。 Implementation public function get defaulteTexture():BaseTexturegrayTextureproperty public static var grayTexture:Texture2D = null纯灰色纹理。mipmapCountproperty mipmapCount:int [read-only] 获取mipmap数量。 Implementation p...
来源: Laya2.0_api 发布时间: 20190513
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: laya_api 发布时间: 20170929
...勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://...
来源: laya_api 发布时间: 20170929
...ailcolorpropertycolor:Vector4 [read-only] Implementation public function get color():Vector4normalproperty normal:Vector3 [read-only] Implementation public function get normal():Vector3positionproperty position:Vector3 [read-only] Implementation public function get...
来源: laya_api 发布时间: 20170929
...1.当前ShaderVariant着色器变种对应的Shader3D ```typescript public function get shader(): Shader3D; ``` 2.子着色器索引 ```typescript public function get subShaderIndex(): Number; ``` 3.通道索引 ```typescript public function get passIndex(): Number; ``` 4.宏定义集合 ```typescri...
来源: Laya2.0_文档 发布时间: 20210715
...勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://...
来源: Laya2.0_api 发布时间: 20190513
...eX:Number [read-only] 获取X轴尺寸。 Implementation public function get sizeX():NumbersizeYproperty sizeY:Number [read-only] 获取Y轴尺寸。 Implementation public function get sizeY():NumbersizeZproperty sizeZ:Number [read-only] 获取Z轴尺寸。 Implementation ...
来源: Laya2.0_api 发布时间: 20190513
... x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Function = null):void 加载并显示一个图片。 Graphics restore():void 返回之前保存过的路径状态和属性。 Graphics rotate(angle:Number, pivotX:Number = 0, pivotY:Number = 0):void 旋转当前绘图。(...
来源: laya_api 发布时间: 20170929