大约有 265 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
Laya_社区(231) Laya2.0_文档(15) Laya3.0_api(6) laya_api(4) Laya2.0_api(4) Laya3.0_文档(3) Laya_示例(1) Laya2.0_示例(1)
2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 SNumber,Res,Runtime,Vec,Vector,ActionButton 这几个类型做测试都失败了,想问一下这几个类型改怎么使用,有没有范例 我这里提供一下其他的类型的范例供大家参考 export default c...
来源: Laya_社区 发布时间: 20181215
... ['uiView',function(){return this.uiView={"type":"View","child":[{"props":{"x":0,"y":0,"skin":"comp/bg.png","sizeGrid":"30,4,4,4","width":600,"height":400},"type":"Image"},{"props":{"x":41,"y":56,"skin":"comp/button.png","label":"点我赋值","width":150,"height":37,"sizeGrid":"4,4,4,4","va...
来源: Laya_社区 发布时间: 20170330
... ['uiView',function(){return this.uiView={"type":"View","child":[{"props":{"x":0,"y":0,"skin":"comp/bg.png","sizeGrid":"30,4,4,4","width":600,"height":400},"type":"Image"},{"props":{"x":41,"y":56,"skin":"comp/button.png","label":"点我赋值","width":150,"height":37,"sizeGrid":"4,4,4,4","va...
来源: Laya_社区 发布时间: 20170330
...es的关联属性,单个元素的类型 | | default | 默认值 | ``` /** @prop {name: resType, tips:"abc",type:string,accept:res} */ /** @prop {name:int1,tips:"11",type:Int} */ /** @prop {name:String,tips:"abc",type:String} */ /** @prop {name:bool,tips:"1,0",type:Bool}*/ /** @prop {name:Option,tips...
来源: Laya2.0_文档 发布时间: 20210715
...es的关联属性,单个元素的类型 | | default | 默认值 | ``` /** @prop {name: resType, tips:"abc",type:string,accept:res} */ /** @prop {name:int1,tips:"11",type:Int} */ /** @prop {name:String,tips:"abc",type:String} */ /** @prop {name:bool,tips:"1,0",type:Bool}*/ /** @prop {name:Option,tips...
来源: Laya2.0_文档 发布时间: 20200603
...es的关联属性,单个元素的类型 | | default | 默认值 | ``` /** @prop {name:resType,tips:"abc",type:string,accept:res}*/ public var resType:String = ""; /** @prop {name:int1,tips:"11",type:Int}*/ public var int1:int; /** @prop {name:number1,tips:"11.11",type:Number}*/ public var number1:Nu...
来源: Laya2.0_文档 发布时间: 20210715
...es的关联属性,单个元素的类型 | | default | 默认值 | ``` /** @prop {name: resType, tips:"abc",type:string,accept:res} */ resType:String =""; /** @prop {name:int1,tips:"11",type:Int} */ number1:Number; /** @prop {name:String,tips:"abc",type:String} */ string1:String; /** @prop {name:bool...
来源: Laya2.0_文档 发布时间: 20200603
...es的关联属性,单个元素的类型 | | default | 默认值 | ``` /** @prop {name: resType, tips:"abc",type:string,accept:res} */ resType:String =""; /** @prop {name:int1,tips:"11",type:Int} */ number1:Number; /** @prop {name:String,tips:"abc",type:String} */ string1:String; /** @prop {name:bool...
来源: Laya2.0_文档 发布时间: 20210714
...es的关联属性,单个元素的类型 | | default | 默认值 | ``` /** @prop {name:resType,tips:"abc",type:string,accept:res}*/ public var resType:String = ""; /** @prop {name:int1,tips:"11",type:Int}*/ public var int1:int; /** @prop {name:number1,tips:"11.11",type:Number}*/ public var number1:Nu...
来源: Laya2.0_文档 发布时间: 20201213
...umentationAll Packages | All Classes | Index | Frames No Frames TweenProperties | Methods Packagelaya.utilsClasspublic class TweenInheritanceTween Object Tween 是一个缓动类。使用此类能够实现对目标对象属性的渐变。 Public Properties PropertyDefined By progress : N...
来源: laya_api 发布时间: 20170929