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

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0108 秒)

711. laya.d3.core.MeshFilter [ 87%]

...ropertysharedMesh:Mesh 获取共享网格。 Implementation     public function get sharedMesh():Mesh    public function set sharedMesh(value:Mesh):voidConstructor DetailMeshFilter()Constructorpublic function MeshFilter(owner:RenderableSprite3D) 创建一个新的 MeshFilter 实例。 Parame...

来源: Laya2.0_api 发布时间: 20190513

712. laya.utils.Mouse [ 87%]

...pertycursor:String 设置鼠标样式 Implementation     public static function get cursor():String    public static function set cursor(value:String):voidMethod Detailhide()method public static function hide():void 隐藏鼠标 show()method  public static function show():void 显示鼠标 ...

来源: Laya2.0_api 发布时间: 20190513

713. laya.d3.utils.Size [ 87%]

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

714. laya.d3.component.PostProcess [ 87%]

...理效果。 PostProcessConstructor DetailPostProcess()Constructorpublic function PostProcess() 创建一个 PostProcess 实例。 Method Detail_init()method public function _init(camera:Camera, command:CommandBuffer):void private Parameters camera:Camera command:CommandBufferaddEffect()method  pu...

来源: Laya2.0_api 发布时间: 20190513

715. laya.d3.resource.models.SubMesh [ 87%]

...id[override] 销毁。 SubMeshConstructor DetailSubMesh()Constructorpublic function SubMesh(mesh:Mesh) 创建一个 SubMesh 实例。 Parameters mesh:Mesh — 网格数据模板。 Method Detail_getType()methodoverride public function _getType():int 获取几何体类型。 Returnsint_render()method...

来源: Laya2.0_api 发布时间: 20190513

716. laya.ui.ISelect [ 87%]

...象的点击事件回掉函数处理器。 Implementation     public function get clickHandler():Handler    public function set clickHandler(value:Handler):voidselectedproperty selected:Boolean 一个布尔值,表示是否被选择。 Implementation     public function get selected():...

来源: Laya2.0_api 发布时间: 20190513

717. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 87%]

...------ | ---------------------------------------- | | onreadystatechange | function | 一个JavaScript函数对象,当readyState属性改变时会调用它。 | | readyState | unsigned short | 请求的五种状态 | | response | varies | 响应实体的类型由 `responseType 来指定,` 可以...

来源: Laya2.0_文档 发布时间: 20210715

718. UI-Image [ 87%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var Image = Laya.Image; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.align...

来源: Laya_示例 发布时间: 20260303

719. http 请求 once 的 回调参数,如何传递和接收? [ 87%]

... once 的 回调参数,如何传递和接收? once () method  public function once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知,此侦听事件响...

来源: Laya_社区 发布时间: 20180304

720. laya.spine.SpineTemplet_API3.0 [ 87%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

来源: Laya3.0_api 发布时间: 20231115