added InteractiveUnityStruct, thats the end of the interactive values for now

This commit is contained in:
sinaioutlander
2020-11-17 00:52:15 +11:00
parent fd50996cb2
commit 7920c54761
4 changed files with 342 additions and 7 deletions

View File

@ -331,6 +331,7 @@
<Compile Include="Inspectors\Reflection\InteractiveValue\InteractiveFlags.cs" />
<Compile Include="Inspectors\Reflection\InteractiveValue\InteractiveNumber.cs" />
<Compile Include="Inspectors\Reflection\InteractiveValue\InteractiveString.cs" />
<Compile Include="Inspectors\Reflection\InteractiveValue\InteractiveUnityStruct.cs" />
<Compile Include="UI\ForceUnlockCursor.cs" />
<Compile Include="Input\IHandleInput.cs" />
<Compile Include="Tests\Tests.cs" />