Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add drawer for Button with parameters #119

Merged
merged 1 commit into from
Jun 24, 2023
Merged

Conversation

vanifatovvlad
Copy link
Contributor

@vanifatovvlad vanifatovvlad commented Jun 21, 2023

Button

[Button(ButtonSizes.Large)]
private void DoButtonWithParameters(Vector3 vec, string str = "default value")
{
    Debug.Log($"Button with parameters: {vec} {str}");
}

@vanifatovvlad vanifatovvlad added the enhancement New feature or request label Jun 21, 2023
@vanifatovvlad vanifatovvlad force-pushed the button-with-parameters branch from 5b32961 to 4e1bb62 Compare June 24, 2023 12:05
@vanifatovvlad vanifatovvlad merged commit 20faf1b into main Jun 24, 2023
@vanifatovvlad vanifatovvlad deleted the button-with-parameters branch June 24, 2023 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant