mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 09:40:11 +00:00
fix #424
This commit is contained in:
@@ -12,9 +12,15 @@ namespace YooAsset.Editor
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class SplitView : TwoPaneSplitView
|
public class SplitView : TwoPaneSplitView
|
||||||
{
|
{
|
||||||
|
#if UNITY_6000_0_OR_NEWER
|
||||||
|
public new class UxmlFactory : UxmlElementAttribute
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#else
|
||||||
public new class UxmlFactory : UxmlFactory<SplitView, TwoPaneSplitView.UxmlTraits>
|
public new class UxmlFactory : UxmlFactory<SplitView, TwoPaneSplitView.UxmlTraits>
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 窗口分屏适配
|
/// 窗口分屏适配
|
||||||
|
|||||||
Reference in New Issue
Block a user