Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

PropertyOrderAttribute

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

Modify the sort order of the properties, the smaller the number, the earlier the arrangement

public int Value1;
[PropertyOrder(-1)]
public int Value2;