Rewrite InteractiveUnityStruct, now called InteractiveFloatStruct

InteractiveFloatStruct supports any struct where all the fields are floats.
This commit is contained in:
Sinai
2021-04-05 20:32:47 +10:00
parent 09dae6f1d3
commit c748be7bcc
5 changed files with 203 additions and 301 deletions

View File

@ -273,7 +273,7 @@
<Compile Include="UI\InteractiveValues\InteractiveFlags.cs" />
<Compile Include="UI\InteractiveValues\InteractiveNumber.cs" />
<Compile Include="UI\InteractiveValues\InteractiveString.cs" />
<Compile Include="UI\InteractiveValues\InteractiveUnityStruct.cs" />
<Compile Include="UI\InteractiveValues\InteractiveFloatStruct.cs" />
<Compile Include="UI\InteractiveValues\InteractiveValue.cs" />
<Compile Include="UI\Main\BaseMenuPage.cs" />
<Compile Include="UI\Main\CSConsole\AutoCompleter.cs" />