Rank
Last updated
Last updated
A Rank can have different pieces.
Each piece has many different variances you can choose from with an interactive inspector.
The inspector will automatically update with new fields and options depending on your choice, and whether you are in play-mode or edit-mode.
When you are done, you can save it. And it will show up in the list of available Ranks.
You can use the ApplyRank method to modify the rank via code or buttons.
Retrieves the rank from the ranks list at the specified index and applies it.
If an invalid index is passed, it logs a warning message and returns. Doesn't print an error.
Applies a rank from the ranks list by its exact name. If the rank is not found or the name is invalid, a warning is logged.
Applies the rank passed as parameter.