UnityEditor.TargetChoiceHandler.TargetChoiceForwardFunction C# (CSharp) Method

TargetChoiceForwardFunction() private static method

private static TargetChoiceForwardFunction ( object userData ) : void
userData object
return void
        private static void TargetChoiceForwardFunction(object userData)
        {
            PropertyAndTargetHandler handler = (PropertyAndTargetHandler) userData;
            handler.function(handler.property, handler.target);
        }