大约有 651 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0071 秒)
... Globals "laya/d3/math/Color" Color Class Color Color 类用于创建颜色实例。 Hierarchy Color Implements IClone Index Constructors constructor Properties a b g r BLACK BLUE CLEAR CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLi...
来源: Laya3.0_api 发布时间: 20231102
...yaSample() { //初始化引擎 Laya.init(1136, 640,WebGL); //创建TiledMap实例 tMap = new TiledMap(); //创建Rectangle实例,视口区域 var viewRect:Rectangle = new Rectangle(0, 0, Browser.width, Browser.height); //创建TiledMap地图 tMap.createMap("res/TiledMap/orthogonal-outside.json",vi...
来源: Laya_社区 发布时间: 20180428
...from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是...
来源: Laya3.0_api 发布时间: 20231115
...法和帧标签事件相关功能。 可以继承此类,但不要直接实例化此类,因为有些方法需要由子类实现。 Hierarchy Sprite AnimationBase FrameAnimation Animation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior l...
来源: Laya3.0_api 发布时间: 20231115
...onstructor Defined in laya/ui/ScrollBar.ts:97 创建一个新的 ScrollBar 实例。 Parameters Default value skin: string = null 皮肤资源地址。 Returns ScrollBar Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraph...
来源: Laya3.0_api 发布时间: 20231115
...from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是...
来源: Laya3.0_api 发布时间: 20231115
... Radio 控件。 example 以下示例代码,创建了一个 RadioGroup 实例。 package { import laya.ui.Radio; import laya.ui.RadioGroup; import laya.utils.Handler; public class RadioGroup_Example { public function RadioGroup_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.sta...
来源: Laya3.0_api 发布时间: 20231115
...r.js官方案例凹多边形的问题 视频播放案例 脚本未定义 3D实例里面子弹射击测试,GitHub上没有吗? layaAirIde 的导出ui代码的脚本在哪里 laya2.0 ts脚本需要 import ** from ** 问题 laya2.0 GameConfig怎么更新有scene的脚本? 使用CreateHeightMap脚...
来源: Laya_社区 发布时间: 20190828
...mponent/Volume/BatchVolume/StaticBatchVolume.ts:163 创建一个BatchVolume实例 Returns StaticBatchVolume Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Comp...
来源: Laya3.0_api 发布时间: 20231115
...的问题 2018-04-03 0 2 分享 微博 QZONE 微信 liwenhua 赞同来自: 实例demo LayaMatter.zip 2018-04-04 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 没看到你传的demo是不是没有点击上传? 2018-04-04 0 2 分享 微博 QZONE 微信 liwenhua 赞同来自: ?????...
来源: Laya_社区 发布时间: 20180403