rendering: formalize editor support object id boundary

This commit is contained in:
2026-04-22 16:17:27 +08:00
parent 17326f455e
commit ab87ad85d7
30 changed files with 646 additions and 178 deletions

View File

@@ -284,7 +284,6 @@ namespace XCEngine.Rendering.Universal
hash = Combine(hash, value.renderQueueMax);
hash = Combine(hash, value.renderLayerMask);
hash = Combine(hash, value.requireShadowCasting);
hash = Combine(hash, value.requireRenderObjectId);
return hash;
}