UxrAvatar.GetPrefabGuidChain Method

Gets the prefab GUID chain. This is the source prefab Guid followed by all parent prefab GUIDs up to the root parent prefab.

Namespace: UltimateXR.Avatar
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public IEnumerable<string> GetPrefabGuidChain()


Return Value

Type: IEnumerable(String)
Upwards prefab GUID chain. If the avatar is a prefab itself, it will be the first GUID in the list.

See Also

Reference

UxrAvatar Class
UltimateXR.Avatar Namespace
UxrAvatar.GetAvatarChain()