This website works better with JavaScript
Home
Explore
Help
Sign In
lisa.gasche
/
HoHCI-BikeSteering
forked from
marcel.zickler/VRCycling
Watch
2
Star
0
Fork
0
Files
Tree:
f0844dddb1
Branches
Tags
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Assets
/
TutorialInfo
/
Scripts
wwdmbvbb
a77c81a46d
unnity stuff
4 years ago
..
Editor
a77c81a46d
unnity stuff
4 years ago
Editor.meta
a77c81a46d
unnity stuff
4 years ago
Readme.cs
a77c81a46d
unnity stuff
4 years ago
Readme.cs.meta
a77c81a46d
unnity stuff
4 years ago
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;
}
}