This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lisa.gasche
/
HoHCI-BikeSteering
forké depuis
marcel.zickler/VRCycling
Suivre
2
Voter
0
Fork
0
Fichiers
Aborescence:
f0844dddb1
Branches
Tags
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Assets
/
TutorialInfo
/
Scripts
wwdmbvbb
a77c81a46d
unnity stuff
il y a 4 ans
..
Editor
a77c81a46d
unnity stuff
il y a 4 ans
Editor.meta
a77c81a46d
unnity stuff
il y a 4 ans
Readme.cs
a77c81a46d
unnity stuff
il y a 4 ans
Readme.cs.meta
a77c81a46d
unnity stuff
il y a 4 ans
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;
}
}