This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
lisa.gasche
/
HoHCI-BikeSteering
biforcado de
marcel.zickler/VRCycling
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Árvore:
d8ca46c817
Ramos
Etiquetas
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Assets
/
Scripts
/
Controller
/
Lean
/
ILeanController.cs
ILeanController.cs
114 B
Histórico
Em bruto
1
2
3
4
5
6
7
namespace Controller.Lean
{
public interface ILeanController
{
float LeanAngle { get; }
}
}