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

This commit is contained in:
gamer147
2026-07-03 23:45:28 -04:00
parent ed6f6f1d68
commit 773844165b
14 changed files with 4 additions and 1208 deletions

View File

@@ -22,30 +22,6 @@ public class BMSymbol
private Rect mUV;
public int length
{
get
{
if (mLength == 0)
{
mLength = sequence.Length;
}
return mLength;
}
}
public int offsetX => mOffsetX;
public int offsetY => mOffsetY;
public int width => mWidth;
public int height => mHeight;
public int advance => mAdvance;
public Rect uvRect => mUV;
public void MarkAsChanged()
{
mIsValid = false;