| 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.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public override void SetVisualId(
byte visualId
)
Parameters
- visualId
- Type: SystemByte
See Also