Added world space UI Input aka doom3 UI

This commit is contained in:
antopilo
2024-10-19 15:04:07 -04:00
parent c432077328
commit 3d630483f6
21 changed files with 168 additions and 31 deletions

View File

@@ -466,7 +466,7 @@ namespace Nuake
if (hasDefaultValue)
{
exposedVar.Value = a.GetFieldValue<Coral::Bool32>("DefaultValueInternalBool");
exposedVar.Value = (bool)a.GetFieldValue<Coral::Bool32>("DefaultValueInternalBool");
}
}
else if (typeName == "System.Numerics.Vector2")