This website works better with JavaScript
홈
탐색
도움말
로그인
christopher.katins
/
HoHCI-BikeSim
원본 프로젝트 :
marcel.zickler/VRCycling
Watch
1
Star
0
포크
0
파일
트리:
e6610664d3
브랜치
태그
master
HoHCI-BikeSim
/
Assets
/
Scripts
/
Controller
/
Lean
/
ILeanController.cs
ILeanController.cs
114 B
히스토리
Raw
1
2
3
4
5
6
7
namespace Controller.Lean
{
public interface ILeanController
{
float LeanAngle { get; }
}
}