示例#1
0
        /// <summary>
        /// Draws Sync Objects that are IEnumerable
        /// </summary>
        protected void DrawDefaultSyncLists()
        {
            // Need this check incase OnEnable returns early
            if (syncListDrawer == null)
            {
                return;
            }

            syncListDrawer.Draw();
        }
示例#2
0
 /// <summary>
 /// Draws Sync Objects that are IEnumerable
 /// </summary>
 protected void DrawDefaultSyncLists()
 {
     syncListDrawer.Draw();
 }