大约有 689 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0052 秒)
Laya3.0_api(324) Laya2.0_api(134) laya_api(106) Laya_社区(94) Laya2.0_文档(23) Laya3.0_文档(7) Laya2.0_示例(1)
...ent(type:String, data:* = null):Boolean 派发事件。 EventDispatcher getLoadedResourceByIndex(index:int):Resource[static] 通过索引返回本类型已载入资源。 Resource getLoadedResourcesCount():int[static] 本类型已载入资源个数。 Resource hasListener(type:String):Boolean...
来源: laya_api 发布时间: 20170422
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示...
来源: laya_api 发布时间: 20170929
...():void[override] ColliderBase _onEnable():void[override] ColliderBase getDef():*[override] PolygonColliderProperty Detailpointspropertypoints:String用逗号隔开的点的集合,格式:x,y,x,y ... Implementation public function get points():String public function set points(...
来源: Laya2.0_api 发布时间: 20190513
...自动停止背景音乐。 Implementation public static function get autoStopMusic():Boolean public static function set autoStopMusic(value:Boolean):voidmusicMutedproperty musicMuted:Boolean 背景音乐(不包括音效)是否静音。 Implementation public static functi...
来源: Laya2.0_api 发布时间: 20190513
...之后,这些代码转换出现问题 as 代码 override public function get visible():Boolean { return super.visible; } override public function set visible(value:Boolean):void { super.visible = value; if (value) _mcAni.removeFromParent(); } 1.7之后的转换 __getset(0,__proto,'visible',...
来源: Laya_社区 发布时间: 20180227
...ent.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean bounds get bounds(): Bounds Defined in laya/d3/component/LODGroup.ts:236 获得LOD包围盒 Returns Bounds destr...
来源: Laya3.0_api 发布时间: 20231115
...id 设置渲染相关状态。 BaseMaterial _setRenderStateFrontFace(isTarget:Boolean, transform:Transform3D):void 设置渲染相关状态。 BaseMaterial _upload():void 上传材质。 BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial createHamm...
来源: laya_api 发布时间: 20170929
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...
来源: Laya2.0_api 发布时间: 20190513
...程中受到的阻尼,取值0~1 Implementation public function get damping():Number public function set damping(value:Number):voidfrequencyproperty frequency:Number弹簧系统的震动频率,可以视为弹簧的弹性系数 Implementation public function get frequency()...
来源: Laya2.0_api 发布时间: 20190513
...WeldJoint.ts:14 [首次设置有效]关节的自身刚体 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean damping get damping(): number set damping(value: number): void Defined in laya/physics/joint/WeldJoint.ts:69 刚...
来源: Laya3.0_api 发布时间: 20231115