| | |
| | | using System.Collections; |
| | | using System.Collections.Generic; |
| | | using UnityEngine; |
| | | using UnityEngine.UI; |
| | | // using System.Collections; |
| | | // using System.Collections.Generic; |
| | | // using UnityEngine; |
| | | // using UnityEngine.UI; |
| | | |
| | | namespace EnhancedUI.EnhancedScroller |
| | | { |
| | | public class SortCell : CellView |
| | | { |
| | | [SerializeField] Text m_SortTypeTxt; |
| | | public Text sortTypeTxt |
| | | { |
| | | get |
| | | { |
| | | return m_SortTypeTxt; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | // namespace EnhancedUI.EnhancedScroller |
| | | // { |
| | | // public class SortCell : CellView |
| | | // { |
| | | // [SerializeField] Text m_SortTypeTxt; |
| | | // public Text sortTypeTxt |
| | | // { |
| | | // get |
| | | // { |
| | | // return m_SortTypeTxt; |
| | | // } |
| | | // } |
| | | // } |
| | | // } |
| | | |