UnityEditor.PropertyAndTargetHandler.PropertyAndTargetHandler C# (CSharp) 메소드

PropertyAndTargetHandler() 공개 메소드

public PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System
property UnityEditor.SerializedProperty
target Object
function TargetChoiceHandler
리턴 System
        public PropertyAndTargetHandler(SerializedProperty property, Object target, TargetChoiceHandler.TargetChoiceMenuFunction function)
        {
            this.property = property;
            this.target = target;
            this.function = function;
        }
    }
PropertyAndTargetHandler