浏览代码

Merge pull request #113 from UnityTech/yczhang

Update README.
/main
GitHub 6 年前
当前提交
d52e8cc1
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 2
      README-ZH.md
  2. 2
      README.md

2
README-ZH.md


namespace UIWidgetsSample {
public class UIWidgetsExample : UIWidgetsPanel {
protected override void OnEnable() {
// Application.targetFrameRate = 60; // or higher if you want a smoother scrolling experience.
// if you want to use your own font or font icons.
// FontManager.instance.addFont(Resources.Load<Font>(path: "path to your font"), "font family name");

2
README.md


namespace UIWidgetsSample {
public class UIWidgetsExample : UIWidgetsPanel {
protected override void OnEnable() {
// Application.targetFrameRate = 60; // or higher if you want a smoother scrolling experience.
// if you want to use your own font or font icons.
// FontManager.instance.addFont(Resources.Load<Font>(path: "path to your font"), "font family name");

正在加载...
取消
保存