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:
197c6ec4ea
Branches
Tags
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Assets
/
Scripts
/
Controller
/
Lean
/
ILeanController.cs
ILeanController.cs
114 B
Historique
Raw
1
2
3
4
5
6
7
namespace Controller.Lean
{
public interface ILeanController
{
float LeanAngle { get; }
}
}