cull(engine-cleanup): pass-9 cascade round 1 after UIPanel stub

This commit is contained in:
gamer147
2026-07-03 23:29:52 -04:00
parent 853b060f02
commit 36bd90c2b3
12 changed files with 2 additions and 551 deletions

View File

@@ -51,8 +51,6 @@ namespace UnityEngine
public partial class Rigidbody
{
public bool isKinematic { get; set; }
public bool useGravity { get; set; }
public void MovePosition(Vector3 position) { }
public void MoveRotation(Quaternion rotation) { }
}