大约有 2,004 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0074 秒)
...umber, h:Number, style:CSSStyle) 根据指定的字符、宽高、样式,创建一个 HTMLChar 类的实例。 HTMLChar getSprite():Sprite 获取与此对象绑定的显示对象 Sprite。 HTMLChar setSprite(sprite:Sprite):void 设置与此对象绑定的显示对象 Sprite 。 HTMLCharPrope...
来源: laya_api 发布时间: 20170422
...By HeightMap(width:int, height:int, minHeight:Number, maxHeight:Number) 创建一个 HeightMap 实例。 HeightMap createFromImage(texture:Texture2D, minHeight:Number, maxHeight:Number):HeightMap[static] 从图片生成高度图。 HeightMap creatFromMesh(mesh:Mesh, width:int, height:int, o...
来源: laya_api 发布时间: 20170929
...By HeightMap(width:int, height:int, minHeight:Number, maxHeight:Number) 创建一个 HeightMap 实例。 HeightMap createFromImage(texture:Texture2D, minHeight:Number, maxHeight:Number):HeightMap[static] 从图片生成高度图。 HeightMap creatFromMesh(mesh:Mesh, width:int, height:int, o...
来源: Laya2.0_api 发布时间: 20190513
...anceRenderTexture BaseTexture laya.resource.Resource RenderTarget 类用于创建渲染目标。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By defaulteTexture : BaseTexture[read-only] 获取纹理资源。 BaseTexture depthStencilBuffer :...
来源: laya_api 发布时间: 20170929
...h5,但是手机上应该怎么打开这个网页呢 请问layaide如何创建一个复合的Button 如何获取一个3D模型的长宽高? Native2.0正式版wss连接不成功web版本没问题,有DEMO 在线急等,发现你们这个编译器一个bug,不能实现负负得正 请问下load...
来源: Laya_社区 发布时间: 20181124
...className: string): any Defined in laya/utils/ClassUtils.ts:30 根据名称创建 Class 实例。 Parameters className: string 类名(比如laya.display.Sprite)或者注册的别名(比如Sprite)。 Returns any 返回类的实例。 Static regClass regClass(className: string, classDef: any): void De...
来源: Laya3.0_api 发布时间: 20231115
...请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 创建输入文本(TextInput),在手机端进行输入操作并调用键盘,导致屏幕显示发生旋转的问题已经修复,layaFlash2.2版本后此问题将解决,您可以等待新版本发布重新编译,...
来源: Laya_社区 发布时间: 20151214
...始写入。 BytePublic Methods MethodDefined By Byte(data:* = null) 创建一个 Byte 类的实例。 Byte clear():void 清除字节数组的内容,并将 length 和 pos 属性重置为 0。调用此方法将释放 Byte 实例占用的内存。 Byte getSystemEndian():String[static] 获...
来源: Laya2.0_api 发布时间: 20190513
...aya/d3/core/render/command/Command" Command Class Command Command 类用于创建指令。 Hierarchy Command BlitScreenQuadCMD DrawRenderCMD DrawMeshInstancedCMD Index Constructors constructor Methods recover run setContext Constructors constructor new Command(): Command Defined in laya/d3/core/rend...
来源: Laya3.0_api 发布时间: 20231115
...等。 本节以一个立方体模型演示这些变换。在LayaAir IDE中创建一个“3D空项目”,打开项目后,IDE已经默认创建了一个立方体。在Scene2D的属性面板中,新建一个组件脚本,添加装饰器暴露cube的属性,代码如下: @property({ type: Laya...
来源: Laya3.0_文档 发布时间: 20241014