大约有 1,183 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0060 秒)
Laya_社区(951) Laya2.0_文档(66) Laya3.0_api(49) Laya3.0_文档(30) Laya2.0_api(27) laya_api(21) Laya_示例(20) Laya2.0_示例(19)
...ue。 Sprite iconOffset : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按...
来源: laya_api 发布时间: 20170929
...中切换动画无法显示 layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 打包QQ小游戏,rayCast发出的射线检测到的物体与点...
来源: Laya_社区 发布时间: 20250929
....GetWindow(typeof(MyWindow)); } void OnGUI() { // 文本 GUILayout.Label("Base Setting"); // 可以编辑,编辑后用同一个变量保存结果 myString = EditorGUILayout.TextField("这是文本", myString); // 开启一组选项 groupEnabled = EditorGUILayout.BeginToggleGroup("O...
来源: Laya_社区 发布时间: 20171102
...tion android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name"> <activity android:name="demo.MainActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|...
来源: Laya_社区 发布时间: 20170722
...ue。 Sprite iconOffset : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按...
来源: Laya2.0_api 发布时间: 20190513
...使用一下代码来加载字体。并且在场景中都已经正确设置label字体为"OPPOSANS-H"; 在浏览器环境下,两者均能正确显示加载的字体。 在LayaNative下2.6.0能正确显示,2.8.0就不能正确显示加载的字体了。 附件附上了laya2.6.0和laya2.8.0的复...
来源: Laya_社区 发布时间: 20201118
...型导出后在laya中显示不正常 laya2.0引入第三方库失败 ui.Label经常崩掉 FD 宏编译时 出现 试图访问该方法时失败 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳帧。 ...
来源: Laya_社区 发布时间: 20180111
...VBox、Image、Clip、Button、CheckBox、Radio、RadioGroup、ComboBox、Label、TextInput、TextArea、FontClip、ProgressBar、HSilder、VSlider、List、Panel、Tree、Tab、ViewStack、HScrollBar、VScrollBar、ColorPicker、View、Dialog、OpenDataContextView); 2D骨骼动画(Spine、Ske...
来源: Laya3.0_文档 发布时间: 20251011
...ue。 Sprite iconOffset : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按...
来源: Laya2.0_api 发布时间: 20190513
setSubPixels画布擦除不掉 this.btn.label = Math.random().toString(); // console.log(Math.random()); let tex:Laya.Texture = Laya.Loader.getRes(this.bUrl); let x:number = this._testStatus == true ? 0:50;//Math.random()>0.5 ? 50 : 0; this._testStatus = !this._testStatus; // let canvasInfo = th...
来源: Laya_社区 发布时间: 20230328