โ—พInside

Availability of the insides depends on the border. Steps to create new Inside is included in the new border tutorial.

Preview

Script Reference

You can use the SetIcon method to modify the icon via code or buttons.

ranksAnimationController.SetBorder(i);
Method
Description
DisableInside()

Removes inside.

SetInside(int i)

Applies new inside according to currentRank's animation settings.

SetInside(Inside newInside)

Applies new inside according to currentRank's animation settings.

 SetInsideMaterial(int i)

Retrieves the appropriate material from the materials list based on the given index and applies it to the inside

 SetInsideMaterial(Material material)

Applies the material passed as parameter to the inside.

Last updated