Skip to content

Add drawer for Button with parameters#119

Merged
vanifatovvlad merged 1 commit into
mainfrom
button-with-parameters
Jun 24, 2023
Merged

Add drawer for Button with parameters#119
vanifatovvlad merged 1 commit into
mainfrom
button-with-parameters

Conversation

@vanifatovvlad
Copy link
Copy Markdown
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

Development

Successfully merging this pull request may close these issues.

1 participant