大约有 4,338 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0077 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...mber bits.HalfFloatUtilsMethod DetailconvertToNumber()method public static function convertToNumber(float16bits:int):Number convert a half float number bits to a number. Parameters float16bits:int — float16bits - half float number bits ReturnsNumberroundToFloat16Bits()method public static functi...
来源: Laya2.0_api 发布时间: 20190513
...r:int [read-only] 获取唯一识别ID。 Implementation public function get identifier():intpositionproperty position:Vector2 [read-only] 获取触摸点的像素坐标。 Implementation public function get position():Vector2Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...Declaration:VertexDeclaration [read-only] Implementation public function get vertexDeclaration():VertexDeclarationConstructor DetailPixelLineVertex()Constructorpublic function PixelLineVertex()Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...ontext3D):void[override] SkyBoxConstructor DetailSkyBox()Constructorpublic function SkyBox() 创建一个 SkyBox 实例。 Method Detail_render()methodoverride public function _render(state:RenderContext3D):void Parameters state:RenderContext3DMon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...public var value:NumberConstructor DetailFloatKeyframe()Constructorpublic function FloatKeyframe() 创建一个 FloatKeyFrame 实例。 Method DetailcloneTo()methodoverride public function cloneTo(destObject:*):void 克隆。 Parameters destObject:* — 克隆源。 Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...ure 粒子贴图 Constructor DetailParticleTemplateBase()Constructorpublic function ParticleTemplateBase() 创建一个新的 ParticleTemplateBase 类实例。 Method DetailaddParticleArray()method public function addParticleArray(position:Float32Array, velocity:Float32Array):void 添加一个粒子...
来源: Laya2.0_api 发布时间: 20190513
...不能恢复。 ScreenQuadConstructor DetailScreenQuad()Constructorpublic function ScreenQuad() 创建一个 ScreenQuad 实例,禁止使用。 Method Detaildestroy()methodoverride public function destroy():void 销毁资源,销毁后资源不能恢复。 Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...TOM;并且需要重写该类的渲染处理函数 */ var myShaderSprite = (function (_super) { this.iNum = 0; function myShaderSprite() { myShaderSprite.super(this); } Laya.class(myShaderSprite, "myShaderSprite", _super); /* 初始化此类 texture纹理对象 vb顶点数组 ib顶点索引...
来源: Laya_社区 发布时间: 20180619
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var HitArea = Laya.HitArea; var WebGL = Laya.WebGL; var red; var guideContainer; var tipContainer; var guideSteps = [ { x: 151, y: 575, radius: 150, tip: "../../r...
来源: Laya_示例 发布时间: 20241127
.... 请大大帮忙答疑一下. 例如: a.ts module proto{ export function msg1(){ console.log("msg1"); } } b.ts module proto{ export function msg2(){ console.log("msg2"); } } 然后再main.ts里面. function dispatchMsg(name: string){ let fun =...
来源: Laya_社区 发布时间: 20190604