Difference between revisions of "PersonaAvatarExtended"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the PersonaAvatarExtended class)
(Documentation for the PersonaAvatarExtended class)
Line 1: Line 1:
 
Represents an avatar based for a persona. It will wear the same clothes as the persona and reflect other changes to their avatar
 
Represents an avatar based for a persona. It will wear the same clothes as the persona and reflect other changes to their avatar
  
*'''Inherits class: [[AvatarExtended]]'''
+
*'''Inherits class: [[CreatureAvatarExtended]]'''
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
 
===Remarks <nowiki>[</nowiki>[{{fullurl:PersonaAvatarExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:PersonaAvatarExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{#ifexist:PersonaAvatarExtended Remarks|{{:PersonaAvatarExtended Remarks}}|}}
 
{{#ifexist:PersonaAvatarExtended Remarks|{{:PersonaAvatarExtended Remarks}}|}}
 +
 +
===Properties===
 +
:{{CSharp|PersonaLayerExtended Appearance {get;} }}
 +
::
 +
::The appearance modification layer shared by all avatars of the same persona as this avatar
 +
 +
:{{CSharp|PersonaLayerExtended Overlay {get;} }}
 +
::
 +
::The overlay modification layer shared by all avatars of the same persona as this avatar
 +
 +
:{{CSharp|PersonaLayerExtended Underlay {get;} }}
 +
::
 +
::The underlay modification layer shared by all avatars of the same persona as this avatar
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 12:23, 5 March 2018

Represents an avatar based for a persona. It will wear the same clothes as the persona and reflect other changes to their avatar

Remarks [edit]

Properties

PersonaLayerExtended Appearance {get;}
The appearance modification layer shared by all avatars of the same persona as this avatar
PersonaLayerExtended Overlay {get;}
The overlay modification layer shared by all avatars of the same persona as this avatar
PersonaLayerExtended Underlay {get;}
The underlay modification layer shared by all avatars of the same persona as this avatar