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

大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0063 秒)

511. laya.d3.resource.SolidColorTexture2D [ 84%]

...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

512. laya.html.dom.HTMLIframeElement [ 84%]

...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

513. 分享:改变图片皮肤,保持图片原样宽高显示 [ 84%]

....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

514. laya.d3.utils.Size [ 84%]

...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

515. laya.d3.utils.Size [ 84%]

...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

516. 骨骼动画-多纹理 [ 84%]

...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

517. laya.d3.component.animation.CameraAnimations [ 84%]

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

来源: laya_api 发布时间: 20170603

518. laya.display.AnimationPlayerBase [ 84%]

...,方便对象复用。 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

519. laya.d3.animation.AnimationClip [ 84%]

...g:Boolean是否循环。Constructor DetailAnimationClip()Constructorpublic function AnimationClip() 创建一个 AnimationClip 实例。 Method DetaildetoryResource()methodoverride protected function detoryResource():void 销毁资源,override it,同时修改memorySize属性。load()method  publi...

来源: laya_api 发布时间: 20170929

520. 骨骼动画-藤蔓 [ 84%]

...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