Пример #1
0
        public bool TestField(UnityEngine.Object reference, string fieldName = kDefaultFieldName)
        {
            var testField = new TestField <UnityEngine.Object>(this, fieldName, reference);

            return(testField.Test());
        }