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

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

631. laya.d3.graphics.Vertex.VertexMesh [ 47%]

...AL,COLOR,UV,UV1,BLENDWEIGHT,BLENDINDICES,TANGENT"。  compatible:Boolean (default = true)ReturnsVertexDeclaration — 顶点声明。 Constant DetailinstanceMVPMatrixDeclarationConstantpublic static const instanceMVPMatrixDeclaration:VertexDeclarationinstanceWorldMatrixDeclarationConstant public s...

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

632. laya.device.media.HtmlVideo_API3.0 [ 47%]

...Resource._addReference Defined in laya/resource/Resource.ts:203 Parameters Default value count: number = 1 Returns void _clearReference _clearReference(): void Inherited from Resource._clearReference Defined in laya/resource/Resource.ts:220 Returns void _removeReference _removeReference(count?: numb...

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

633. LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 [ 47%]

...port DropBox from "./script/DropBox" /* * 游戏初始化配置; */ export default class GameConfig{ static width:number=640; static height:number=1136; static scaleMode:string="fixedwidth"; static screenMode:string="none"; static startScene:string="test/TestScene.scene"; static sceneRoot:string="";...

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

634. [LayaAir2] 在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 47%]

...a.HtmlVideo播放视频 * @ author:xs * @ data: 2024-03-05 16:20 */ export default class VideoDom { htmlvideo:Laya.HtmlVideo; constructor() { Laya.stage.on(Laya.Event.CLICK,this,this.onClick); } onClick(){ this.initVideo(); } initVideo() { this.htmlvideo = new Laya.HtmlVideo(); this.htmlvideo.setSou...

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

635. laya.spine.SpineTemplet_API3.0 [ 47%]

...Resource._addReference Defined in laya/resource/Resource.ts:203 Parameters Default value count: number = 1 Returns void _clearReference _clearReference(): void Inherited from Resource._clearReference Defined in laya/resource/Resource.ts:218 清除引用 Returns void _parse _parse(desc: string | Arra...

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

636. laya.ani.bone.Templet_API3.0 [ 47%]

...Resource._addReference Defined in laya/resource/Resource.ts:203 Parameters Default value count: number = 1 Returns void _clearReference _clearReference(): void Inherited from Resource._clearReference Defined in laya/resource/Resource.ts:218 清除引用 Returns void _parse _parse(texture: Texture, c...

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

637. 提示资源重复加载 [ 47%]

...d_swimpool01.png"; let swimpoorpath02="Comp/yard_swimpool02.png";  export default class Yard extends Laya.Sprite { private swimpoolani:Laya.Animation;  constructor() { super(); this.swimpoolani=new Laya.Animation(); //this.init(); this.swimpoolani.loadAtlas("./res/atlas/Comp.atlas",Laya.Handler.cr...

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

638. laya.device.geolocation.Geolocation_API3.0 [ 47%]

...ameters onSuccess: Handler 带有唯一Position参数的回调处理器。 Default value onError: Handler = null 可选的。带有错误信息的回调处理器。错误代码为Geolocation.PERMISSION_DENIED、Geolocation.POSITION_UNAVAILABLE和Geolocation.TIMEOUT之一。 Returns void Static watch...

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

639. 压缩纹理 · LayaAir3.4 · 引擎文档 · LAYABOX [ 47%]

...ox.png”图片,可以在右边的属性面板中,看到默认是使用Default选项,纹理格式选择的是“带透明通道的位图(32位)”。在没有纹理压缩前,图片在所有平台都使用此格式。 纹理压缩在PC端和手机端有所不同,如动图2-2所示,若在D...

来源: Laya3.0_文档 发布时间: 20251010

640. laya.ui.Slider [ 46%]

...则为垂直方向,否则为水平方向。 默认值为:true。 The default value is true.maxproperty max:Number 获取或设置表示最高位置的数字。 默认值为100。 Implementation     public function get max():Number    public function set max(value:Number):voidmeasureHeig...

来源: laya_api 发布时间: 20170929