コード例 #1
0
 public virtual void DrawMarkerContent(ICECreatureMarker _target)
 {
     if (_target == null)
     {
         return;
     }
 }
コード例 #2
0
        public override void OnInspectorGUI()
        {
            ICECreatureMarker _target = DrawEntityHeader <ICECreatureMarker>();

            DrawMarkerContent(_target);
            DrawFooter(_target);
        }