This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
lisa.gasche
/
HoHCI-BikeSteering
forked de
marcel.zickler/VRCycling
Seguir
2
Destacar
0
Fork
0
Archivos
Árbol:
f0844dddb1
Ramas
Etiquetas
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Assets
/
TutorialInfo
/
Scripts
wwdmbvbb
a77c81a46d
unnity stuff
hace 4 años
..
Editor
a77c81a46d
unnity stuff
hace 4 años
Editor.meta
a77c81a46d
unnity stuff
hace 4 años
Readme.cs
a77c81a46d
unnity stuff
hace 4 años
Readme.cs.meta
a77c81a46d
unnity stuff
hace 4 años
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;
}
}