예제 #1
0
        public void GUIFill(ref object obj)
        {
#if UNITY_EDITOR
            if (obj == null || !obj.GetType().IsAssignableFrom(typeof(EffectLCommand)))
            {
                obj = new EffectLCommand(string.Empty);
                obj = 0.1f;
            }
            EffectUtility.FormatTextArea(ref (obj as EffectLCommand).Content);
#endif
        }