Custom scene fields module parameter
This commit is contained in:
@@ -61,7 +61,6 @@ Entity :: struct {
|
||||
|
||||
enabled: bool = true;
|
||||
|
||||
|
||||
parent: *Entity; @DontSerialize
|
||||
children: [MAX_CHILDREN] *Entity; @DontSerialize
|
||||
num_children: s64; @DontSerialize
|
||||
|
||||
@@ -21,6 +21,8 @@ Scene :: struct {
|
||||
directional_light : Directional_Light;
|
||||
|
||||
mode: Engine_Mode;
|
||||
|
||||
using custom_fields: Custom_Scene_Fields;
|
||||
}
|
||||
|
||||
Entity_File_Info :: struct {
|
||||
|
||||
Reference in New Issue
Block a user