This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
christopher.katins
/
HoHCI-BikeSim
forked de
marcel.zickler/VRCycling
Seguir
1
Destacar
0
Fork
0
Archivos
Árbol:
bf3a5b34a1
Ramas
Etiquetas
master
HoHCI-BikeSim
/
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;
}
}