完成浮漂测试脚本

This commit is contained in:
2026-03-03 22:01:31 +08:00
parent 209049354c
commit b143748415
4 changed files with 8 additions and 25 deletions

View File

@@ -79,6 +79,7 @@ public class CapsuleBuoyancyStable : MonoBehaviour
_QueryResultNormal = new Vector3[length];
if(Water)
_waterRenderer = Water.GetComponent<WaterRenderer>();
var code = this.GetHashCode();
}
void FixedUpdate()