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

大约有 314 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)

171. laya.d3.core.Camera_API3.0 [ 59%]

...ned in laya/d3/core/Camera.ts:659 创建一个 Camera 实例。 Parameters Default value aspectRatio: number = 0 横纵比。 Default value nearPlane: number = 0.3 近裁面。 Default value farPlane: number = 1000 远裁面。 Returns Camera Properties _cacheDepth _cacheDepth: boolean Defined in la...

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

172. laya2.0 IDE继承自定义类要怎么写? [ 59%]

...IDE继承自定义类要怎么写? 比如我有这样一个基类 export default class UIBase extends Laya.View{} 然后在编译界面按F9 添加UIbase到 场景类型里面,这样在创建新的场景的时候就会有UIBase可以继承,但生成的LayaMaxUI.ts文件会报错,请问下我...

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

173. laya.gltf.glTFUtils_API3.0 [ 59%]

...prite3D _createSceneNode _createSkinnedMeshSprite3D _createSprite3D _createdefaultMaterial applyPBRMetallicRoughness applyTransform calSkinnedSpriteLocalBounds getAccessorComponentsNum getAnimationRoot getAttributeNum getBufferwithAccessorIndex getTextureConstructParams getTextureFilterMode getTextu...

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

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

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

175. laya.display.Scene_API3.0 [ 58%]

...verrides Sprite.constructor Defined in laya/display/Scene.ts:36 Parameters Default value createChildren: boolean = true Returns Scene Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from ...

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

176. laya.device.geolocation.Geolocation_API3.0 [ 58%]

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

177. laya.d3.webxr.core.WebXRCamera_API3.0 [ 58%]

...ned in laya/d3/core/Camera.ts:659 创建一个 Camera 实例。 Parameters Default value aspectRatio: number = 0 横纵比。 Default value nearPlane: number = 0.3 近裁面。 Default value farPlane: number = 1000 远裁面。 Returns WebXRCamera Properties _cacheDepth _cacheDepth: boolean Inherite...

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

178. laya.d3.shader.Shader3D_API3.0 [ 58%]

...预编译shader文件,主要是处理宏定义 Parameters name: string Default value attributeMap: any = null Default value uniformMap: any = null Default value enableInstancing: boolean = false Default value supportReflectionProbe: boolean = false Returns Shader3D Static addInclude addInclude(fil...

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

179. laya.ui.View_API3.0 [ 58%]

...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough ...

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

180. laya.sprite精灵无缝拼接地图,会出现黑线跟白线,使用laya的2.0.1beta版本 [ 58%]

...位置定位是没错,而且都是整数的移动地图的。   export default class MapSprite extends Laya.Image{ isShow:boolean = false; name:string = ""; constructor() { super(); }  loadImageAndPos(name:string,posX:number,posY:number):void { this.name = name; this.anchorX = 0; this.anchorY = ...

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