コード例 #1
0
ファイル: MotionAnalyzer.cs プロジェクト: VentorLee/unity
	private Vector3 FootPosition(LegCycleSample s) { return s.footBase; }
コード例 #2
0
ファイル: MotionAnalyzer.cs プロジェクト: VentorLee/unity
	private float Balance(LegCycleSample s) { return s.balance; }
コード例 #3
0
ファイル: MotionAnalyzer.cs プロジェクト: VentorLee/unity
	private Vector3 FootPositionNormalized(LegCycleSample s) { return s.footBaseNormalized; }