Click or drag to resize

AvatarServiceAttachCustomAvatarRenderer Method

Swaps the given avatar's current renderer for a custom one.

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void AttachCustomAvatarRenderer(
	Avatar avatar,
	int index = 0
)

Parameters

avatar
Type: ImmerseSDK.AvatarsAvatar
index (Optional)
Type: SystemInt32
See Also