[This is preliminary documentation and is subject to change.]

Used only for "bow" and "salute" animations.

Namespace:  Phoenix.Communication
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] PerformAnimation(
	string animationName
)
Public Shared Function PerformAnimation ( _
	animationName As String _
) As Byte()
public:
static array<unsigned char>^ PerformAnimation(
	String^ animationName
)

Parameters

animationName
String

See Also