浏览代码

Update README.

/main
Yuncong Zhang 6 年前
当前提交
8e1778ad
共有 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");

正在加载...
取消
保存