wiki.sine.space | sinespace

Scripting/SAvatarAppearance

From wiki.sine.space
Revision as of 13:01, 17 January 2022 by Voidtech (Talk | contribs)

Jump to: navigation, search

Public Member Functions

LoadOutfit

void LoadOutfit (int outfitID);

description



ResetOutfit

void ResetOutfit ();

description



ResetOutfitToTemplate

void ResetOutfitToTemplate (int outfitID);

description



GetSlider

float GetSlider (SAppearanceSlider slider);

Return the value of Appearance Sliders.



GetHeight

float GetHeight ();

Return height of avatar.



GetSkinTone

SColor GetSkinTone ();

Return skin tone of avatar.



GetEyeTone

SColor GetEyeTone ();

Return eye tone of avatar.



Properties

OutfitID

long OutfitID { get; }

Return the current outfit id.



Skeleton

SGameObject Skeleton { get; }

Return the GameObject of avatar skeleton.



Loaded

bool Loaded { get; }

Returns true if the avatar is full loaded.