Update scene graph

This commit is contained in:
2026-01-26 13:59:33 +09:00
parent 06a150b899
commit 8df0b46960
18 changed files with 144 additions and 1602 deletions

View File

@@ -1,3 +1,6 @@
[*]
max_line_length = 400
[*.cs]
csharp_new_line_before_open_brace = all
csharp_preserve_single_line_statements = true
@@ -7,6 +10,4 @@ dotnet_sort_system_directives_first = false
dotnet_separate_import_directive_groups = false
dotnet_style_prefer_collection_expression = false
dotnet_style_collection_initializer = false
max_line_length = 400
dotnet_style_collection_initializer = false