wiki.sine.space | sinespace

Scripting/SAvatarAppearance

From wiki.sine.space
Revision as of 13:00, 17 January 2022 by Voidtech (Talk | contribs) (Created page with " =Public Member Functions= {{ScriptFunction|void|LoadOutfit|(int outfitID);|description||5=<pre></pre>|6=<pre></pre>}} {{ScriptFunction|void|ResetOutfit|();|description||5=<...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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{ get; }

SGameObject Skeleton{ get; } Return the GameObject of avatar skeleton.

No documentation


Loaded

bool Loaded { get; }

Returns true if the avatar is full loaded.