๐ณBorder

Preview
You can also create your own border.
Inspector
In the Customization Tab, you can edit the border and apply materials with an animated preview in play mode.

In the ranks tab, for each rank, you can quickly modify the border and material, too.
You can also adjust some other settings. You can hover over the fields to check the tooltips if you need an explanation.

Script Reference
You can use the SetIcon method to modify the icon via code or buttons.
ranksAnimationController.SetBorder(i);
DisableBorder()
Removes border and inside.
SetBorder(int newBorder,
bool autoUpdateInside = true,
bool autoUpdateWingsPosition = true)
Updates the border with the currentRank's border animation setting. Parameters: int newBorder Will disable the border if a negative value is passed as a parameter. bool autoUpdateInside = true If the current inside isn't viable for the new border, auto update will assign a new one. bool autoUpdateWingsPosition = true If wings are changed along with this, set it false so that this doesn't handle updating the position and changing wings updates that.
Last updated