This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
christopher.katins
/
HoHCI-BikeSim
forked from
marcel.zickler/VRCycling
Xem
1
Star
0
Fork
0
Các tập tin
Tree:
2792b64219
Branches
Tags
master
HoHCI-BikeSim
/
Assets
/
TutorialInfo
/
Scripts
wwdmbvbb
a77c81a46d
unnity stuff
4 năm trước cách đây
..
Editor
a77c81a46d
unnity stuff
4 năm trước cách đây
Editor.meta
a77c81a46d
unnity stuff
4 năm trước cách đây
Readme.cs
a77c81a46d
unnity stuff
4 năm trước cách đây
Readme.cs.meta
a77c81a46d
unnity stuff
4 năm trước cách đây
Readme.cs
using System;
using UnityEngine;
public class Readme : ScriptableObject {
public Texture2D icon;
public string title;
public Section[] sections;
public bool loadedLayout;
[Serializable]
public class Section {
public string heading, text, linkText, url;
}
}