Last active
April 13, 2018 06:02
-
-
Save todorok1/8e4b5ae1d12f0e62cfa0dff79424aae1 to your computer and use it in GitHub Desktop.
Unityチュートリアル・ボールの飛距離を計算するスクリプト。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 距離測定中フラグ | |
bool isCheckingDistance = false; | |
// Sphereオブジェクトの停止位置格納用ベクトル | |
Vector3 stopPosition = Vector3.zero; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment