mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 08:17:50 +08:00
2.0.0
lots, see release description
This commit is contained in:
8
src/UI/Shared/IExpandHeight.cs
Normal file
8
src/UI/Shared/IExpandHeight.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Explorer
|
||||
{
|
||||
interface IExpandHeight
|
||||
{
|
||||
bool IsExpanded { get; set; }
|
||||
float WhiteSpace { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user