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 option to show element labels in lists #127

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Conversation

vanifatovvlad
Copy link
Contributor

@vanifatovvlad vanifatovvlad commented Aug 18, 2023

ShowElementLabels

[ListDrawerSettings(ShowElementLabels = true)]
public int[] ints;

[ListDrawerSettings(ShowElementLabels = true)]
public List<NamedStruct> namedStructs;

[Serializable]
public struct NamedStruct
{
    public string name;
    public int value;
}

Fix #123
Fix #115

@vanifatovvlad vanifatovvlad added the enhancement New feature or request label Aug 18, 2023
@vanifatovvlad vanifatovvlad merged commit ee4e02d into main Aug 18, 2023
@vanifatovvlad vanifatovvlad deleted the list-element-labels branch August 18, 2023 06:48
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.

Collections do not display element index.
1 participant