Difference between revisions of "AvatarActorExtended"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the AvatarActorExtended class)
 
(Documentation for the AvatarActorExtended class)
Line 10: Line 10:
 
::
 
::
 
::Gets the [[AvatarExtended]] associated with this Actor.
 
::Gets the [[AvatarExtended]] associated with this Actor.
 +
 +
===Methods===
 +
:{{CSharp|void SetAnimatorSlot(int slot)}}
 +
::
 +
::Sets the perferred slot this actor will occupy in the shared DOMAnimationController when in an engagement state configured to "Couple" actors together
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 17:48, 21 March 2018

Represents a an Actor in an Enagement that is based on a GameCloud AvatarExtended.

  • Inherits class: ActorExtended
  • This is a JavaScript visible object

Remarks [edit]

Properties

AvatarExtended Avatar {get;}
Gets the AvatarExtended associated with this Actor.

Methods

void SetAnimatorSlot(int slot)
Sets the perferred slot this actor will occupy in the shared DOMAnimationController when in an engagement state configured to "Couple" actors together