BS 0.2.0 UI控件同步 / EP Unity.1 Diagram版本下的附属增强提案
This commit is contained in:
@@ -58,17 +58,17 @@ namespace Convention.WindowsUI
|
||||
}
|
||||
}
|
||||
|
||||
public interface IText : IAnyClass
|
||||
public interface IText
|
||||
{
|
||||
string text { get; set; }
|
||||
}
|
||||
|
||||
public interface ITitle : IAnyClass
|
||||
public interface ITitle
|
||||
{
|
||||
string title { get; set; }
|
||||
}
|
||||
|
||||
public interface IInteractable : IAnyClass
|
||||
public interface IInteractable
|
||||
{
|
||||
bool interactable { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user