mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-14 23:56:36 +08:00
9 lines
143 B
C#
9 lines
143 B
C#
namespace Explorer
|
|
{
|
|
interface IExpandHeight
|
|
{
|
|
bool IsExpanded { get; set; }
|
|
float WhiteSpace { get; set; }
|
|
}
|
|
}
|