Click or drag to resize

DefaultAvatarRendererSetVisualId Method

Sets the visual identity of this avatar. Called by the Immerse SDK when a unique index has been assigned to this avatar's user. Use this to select a unique appearence for each avatar in the scene, other avatars are guaranteed to have a different visualId value.

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.NoDll (in ImmerseSDK.NoDll.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public override void SetVisualId(
	byte visualId
)

Parameters

visualId
Type: SystemByte
See Also