Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ShowPropertyOrderAttribute

A topic by CatyboyStudio created Oct 14, 2022 Views: 62
Viewing posts 1 to 1

Displays PropertyOrder next to the Label for debugging sorting use

public int Value3;
[ShowPropertyOrder]
public int Value4;