大约有 1,232 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0076 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...nds getMin():Vector3 获取包围盒的最小点。 Bounds setCenter(value:Vector3):void 设置包围盒的中心点。 Bounds setExtent(value:Vector3):void 设置包围盒的范围。 Bounds setMax(value:Vector3):void 设置包围盒的最大点。 Bounds setMin(value:Vector3):void ...
来源: Laya2.0_api 发布时间: 20190513
...des Image.constructor Defined in laya/ui/AdvImage.ts:29 Parameters Default value skin: string = null Returns AdvImage Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:58 _ownGraphics _ownGraphics: boolean = false Inherited from AnimationBase._o...
来源: Laya3.0_api 发布时间: 20231102
...play/Sprite.ts:534 Returns boolean active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Inherited from Node.active Defined in laya/display/Node.ts:663 设置是...
来源: Laya3.0_api 发布时间: 20231115
...al alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial blend : int 获取混合方式。 BlinnPhongMaterial blendDst : int 获取混合目标。 BlinnPhongMaterial blendSrc : int 获取混合源。 BlinnPho...
来源: Laya2.0_api 发布时间: 20190513
...ngPacks Defined in laya/display/Text.ts:128 语言包,是一个包含key:value的集合,用key索引,替换为目标value语言 Accessors _isHeightSet get _isHeightSet(): boolean Inherited from Text._isHeightSet Defined in laya/display/Sprite.ts:538 Returns boolean _isWidthSet get _isWidthSet(...
来源: Laya3.0_api 发布时间: 20231115
...ubmit repaint replaceChild runCallLater scale setChildIndex setGlobalShaderValue setGraphics setSelfBounds set_anchorX set_anchorY set_height set_scaleX set_scaleY set_transform set_visible set_width setlightmaps size skew startDrag stopDrag timerLoop timerOnce toParentPoint updateZOrder fromImage l...
来源: Laya3.0_api 发布时间: 20231115
...nReset onStart onUpdate setRenderbitFlag __init__ changeVertexDefine shaderValueInit Constructors constructor new UI3D(): UI3D Overrides BaseRender.constructor Defined in laya/d3/core/UI3D/UI3D.ts:198 实例化一个UI3D Returns UI3D Properties Optional _extra _extra: IComponentExtra Inherited from ...
来源: Laya3.0_api 发布时间: 20231115
...制模式 完全限制 Accessors XMotion get XMotion(): number set XMotion(value: number): void Defined in laya/d3/physics/constraints/ConfigurableConstraint.ts:160 X轴线性约束模式 Returns number Defined in laya/d3/physics/constraints/ConfigurableConstraint.ts:152 X轴线性约束模式 Param...
来源: Laya3.0_api 发布时间: 20231115
...oBox.ts:164 创建一个新的 ComboBox 组件实例。 Parameters Default value skin: string = null 皮肤资源地址。 Default value labels: string = null 下拉列表的标签集字符串。以逗号做分割,如"item0,item1,item2,item3,item4,item5"。 Returns ComboBox Properties Optional _ex...
来源: Laya3.0_api 发布时间: 20231115
...hange); Laya.stage.addChild(progressBar); Laya.timer.loop(100, this, changeValue); } function changeValue() { if (progressBar.value >= 1) progressBar.value = 0; progressBar.value += 0.05; } function onChange(value) { console.log("进度:" + Math.floor(value * 100) + "%"); } })();module laya { impo...
来源: Laya_示例 发布时间: 20241117