This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
marcel.zickler
/
VRCycling
ウォッチ
1
スター
0
フォーク
2
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
a2f061004a
ブランチ
タグ
extensions/traffic-extension
master
VRCycling
/
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; }
}
}