大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0063 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...property source:* [read-only] [override] Implementation public function get source():*Constructor DetailSolidColorTexture2D()Constructorpublic function SolidColorTexture2D(color:Vector4) 创建一个 SolidColorTexture2D 实例。 Parameters color:Vector4Method DetaildetoryResource()metho...
来源: laya_api 发布时间: 20170929
...override] 加载html文件,并解析数据 Implementation public function set href(value:String):voidConstructor DetailHTMLIframeElement()Constructorpublic function HTMLIframeElement()Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
....utils.Handler; public class LayaAirDemo { private var image:Image; public function LayaAirDemo() { Laya.init(800,600); Laya.loader.load(["bg.jpg","logo.png"],Handler.create(this,onLoaded)); } private function onLoaded():void { image=new Image(); image.skin="logo.png"; Laya.stage.addChild(image); La...
来源: Laya_社区 发布时间: 20170628
...ropertyfullScreen:Size [read-only] Implementation public static function get fullScreen():Sizeheightproperty height:int [read-only] Implementation public function get height():intwidthproperty width:int [read-only] Implementation public function get width():intCons...
来源: laya_api 发布时间: 20170929
...ropertyfullScreen:Size [read-only] Implementation public static function get fullScreen():Sizeheightproperty height:int [read-only] Implementation public function get height():intwidthproperty width:int [read-only] Implementation public function get width():intCons...
来源: Laya2.0_api 发布时间: 20190513
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Skeleton = Laya.Skeleton; var Templet = Laya.Templet; var Event = Laya.Event; var Browser = Laya.Browser; var Stat = Laya.Stat; var WebGL = Laya.WebGL; var mAniPath; var mStartX = 400; var mStartY = 500; var ...
来源: Laya_示例 发布时间: 20260106
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: laya_api 发布时间: 20170603
...,方便对象复用。 AnimationPlayerBase clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void ...
来源: laya_api 发布时间: 20170929
...g:Boolean是否循环。Constructor DetailAnimationClip()Constructorpublic function AnimationClip() 创建一个 AnimationClip 实例。 Method DetaildetoryResource()methodoverride protected function detoryResource():void 销毁资源,override it,同时修改memorySize属性。load()method publi...
来源: laya_api 发布时间: 20170929
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Skeleton = Laya.Skeleton; var Templet = Laya.Templet; var Event = Laya.Event; var Browser = Laya.Browser; var Stat = Laya.Stat; var WebGL = Laya.WebGL; var mAniPath; var mStartX = 200; var mStartY = 500; var ...
来源: Laya_示例 发布时间: 20260106