class MAGES::UIs::CharacterCustomizationTriggers¶
Overview¶
Functions used by the character customization UI. More…
class CharacterCustomizationTriggers: public MonoBehaviour
{
public:
// properties
GameObject OperationStartUI;
Sprite[] BodyTypeSprites;
// methods
void BodyType1(Toggle toggle);
void BodyType0(Toggle toggle);
void SaveButton();
};
Detailed Documentation¶
Functions used by the character customization UI.
Properties¶
GameObject OperationStartUI
Gets or sets the operation start UI to spawn.
Sprite[] BodyTypeSprites
Gets or sets the sprites for the body types.
Methods¶
void BodyType1(Toggle toggle)
Button to select BodyType1 avatar.
Parameters:
toggle |
The toggle button. |
void BodyType0(Toggle toggle)
Button to select BodyType0 avatar.
Parameters:
toggle |
The toggle button. |
void SaveButton()
Button to save the avatar.