Click or drag to resize

AvatarRendererSetVisualId Method

Sets the avatar renderer's Visual Id. The Visual Id is guaranteed to be unique and can be used as an index or seed value to determine the visual representation of this avatar instance.

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
public virtual void SetVisualId(
	byte visualId
)

Parameters

visualId
Type: SystemByte
The visual id chosen by the SDK
See Also