大约有 1,557 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0057 秒)
Laya_社区(551) Laya3.0_api(360) Laya2.0_api(247) laya_api(208) Laya2.0_文档(120) Laya3.0_文档(69) Laya2.0_示例(2)
API DocumentationAll Packages | All Classes | Index | Frames No Frames IndexBuffer3DProperties | Methods | Constants Packagelaya.d3.graphicsClasspublic class IndexBuffer3DInheritanceIndexBuffer3D Buffer laya.resource.Resource IndexBuffer3D 类用于创建索引缓冲。 Public Properties H...
来源: laya_api 发布时间: 20170929
...的ts代码里有个类A,它有一个静态函数a,像这样: export class A { public static a(data:string):void } 我在ios下oc代码里想调用A的静态函数a,代码写成 [[conchRuntime GetIOSConchRuntime] runJS:@"A.a('123')"]; 运行后认为找不到A,我尝试...
来源: Laya_社区 发布时间: 20190710
...type_energy"; //速度类型 Hp.HP_TYPE_SPEED = "hp_type_speed"; //Hp Laya.class(Hp,"Hp", laya.display.Sprite); var _proto = Hp.prototype; _proto.init = function(type){ this.width = 180; this.height = 21; var texture1 = Laya.loader.getRes("res/hp_bg.png"); var texture2; switch (type) { case Hp.HP_TY...
来源: Laya_社区 发布时间: 20160803
...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 Laya.Media方法调用失败 onOpen方法是位于哪个类下面? 问题状态 最新活动: 2017-06-20 1...
来源: Laya_社区 发布时间: 20170620
...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name 加载一个txt文件 getRes出来类型为string 能转换成数组吗 增加psd文件直接转换为UI的工具(测试版本) 请问有文档说明么 关于坐标转换 问题状态 最新活动: 2019-04-...
来源: Laya_社区 发布时间: 20190412
... 动画效果加到按钮上导出时候出现 , Uncaught can not find class ui.game.ButtonScaleUI undefined 分离模式也不行 2018-11-29 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20181129
...u Globals "laya/d3/core/particleShuriKen/module/GradientSize" GradientSize Class GradientSize GradientSize 类用于创建渐变尺寸。 Hierarchy GradientSize Implements IClone Index Constructors constructor Accessors constantMax constantMaxSeparate constantMin constantMinSeparate gradient gradien...
来源: Laya3.0_api 发布时间: 20231115
附加脚本的使用问题 class ScaleButton { constructor() { console.log("加载ScaleButton"); } private _owner: any; public set owner(o: laya.display.Sprite) { this._owner = o; console.log("设置owner"); } public get owner...
来源: Laya_社区 发布时间: 20170601
API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainFilterProperties | Methods Packagelaya.d3.terrainClasspublic class TerrainFilterInheritanceTerrainFilter laya.d3.core.GeometryElement TerrainFilter 类用于创建TerrainFilter过滤器。 Public Properties Prope...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames UtilsProperties | Methods Packagelaya.utilsClasspublic class UtilsInheritanceUtils Object Utils 是工具类。 Public Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对...
来源: laya_api 发布时间: 20170929