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

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

571. laya.html.HtmlImage_API3.0 [ 90%]

...ined in laya/html/HtmlImage.ts:18 Returns HtmlElement height get height(): number Defined in laya/html/HtmlImage.ts:26 Returns number width get width(): number Defined in laya/html/HtmlImage.ts:22 Returns number Methods create create(owner: Text, element: HtmlElement): void Implementation of IHtmlOb...

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

572. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 90%]

...tData unbind Constructors constructor new NativeVertexBuffer3D(byteLength: number, bufferUsage: BufferUsage, canRead?: boolean): NativeVertexBuffer3D Overrides VertexBuffer3D.constructor Defined in laya/d3/RenderObjs/NativeOBJ/NativeVertexBuffer3D.ts:44 创建一个 VertexBuffer3D 实例。 Paramete...

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

573. laya.d3.math.BoundSphere [ 90%]

...Defined By  center : Vector3包围球的中心。BoundSphere  radius : Number包围球的半径。BoundSpherePublic Methods  MethodDefined By  BoundSphere(center:Vector3, radius:Number) 创建一个 BoundSphere 实例。 BoundSphere  clone():* 克隆。 BoundSphere  cloneTo(destObject:*):...

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

574. zip更新 · LayaAir3.0文档 · LAYABOX [ 90%]

... */ declare var downloadBigFile:(url:string, local:string, onprog:(total:number,now:number,speed:number)=>boolean,oncomp:(curlret:number, httpret:number)=>void, trynum:number, opttimeout:number)=>void; 处理zip文件的ZipFile类。 interface ZipFile{ /** * 注意这个文件不要太大...

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

575. laya.gltf.glTFResource_API3.0 [ 90%]

.../resource/Resource.ts:101 获取资源的UUID。 Readonly version version: number Inherited from PrefabImpl.version Defined in laya/resource/HierarchyResource.ts:8 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/Resource.ts:18 Accessors cpuMemory get cpuMem...

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

576. laya.components.AnimatorStateCondition_API3.0 [ 90%]

...Class AnimatorStateCondition Hierarchy AnimatorStateCondition AnimatorStateNumberCondition AnimatorStateBoolCondition AnimatorStateTriggerCondition Index Constructors constructor Accessors id name type Methods checkState conditionIDToName conditionNameToID Constructors constructor new AnimatorStateC...

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

577. laya.ani.bone.Skeleton [ 90%]

...c Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并...

来源: laya_api 发布时间: 20170929

578. 鼠标交互-双指缩放(多点触控) [ 90%]

...Scale { //上次记录的两个触模点之间距离 private lastDistance: number = 0; private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CE...

来源: Laya2.0_示例 发布时间: 20241119

579. TextInput 的 type 属性设置为 number 的时候 可以输入e [ 90%]

TextInput 的 type 属性设置为 number 的时候 可以输入e TextInput 的 type 属性设置为 number 的时候 可以输入e!!!!! 2018-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aa...

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

580. laya.display.AnimationBase [ 90%]

...archy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并...

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