UnityEditor.PropertyAndTargetHandler.PropertyAndTargetHandler C# (CSharp) Method

PropertyAndTargetHandler() public method

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