Added UI for IsWorldspace
This commit is contained in:
@@ -45,6 +45,16 @@ public:
|
||||
|
||||
ComponentTableReset(component.UIFilePath, "");
|
||||
}
|
||||
ImGui::TableNextColumn();
|
||||
{
|
||||
ImGui::Text("Worldspace");
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ImGui::Checkbox("##WorldSpace", &component.IsWorldSpace);
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ComponentTableReset(component.IsWorldSpace, false);
|
||||
}
|
||||
}
|
||||
EndComponentTable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user