class MAGES::Interaction::AvatarData

Overview

Class that holds the avatar data. More…

class AvatarData
{
public:
    // properties

    string BodyType;

    // methods

    void Save();
    bool Load();
};

Detailed Documentation

Class that holds the avatar data.

Properties

string BodyType

Gets or sets the selected body type.

Methods

void Save()

Saves the avatar data to a file.

bool Load()

Loads the avatar data from a file.

Returns:

True if the file was written correctly, otherwise false.