UxrAvatar.IsPrefabCompatibleWith Method
Checks whether the avatar shares the same prefab or is a prefab variant of another avatar.
Namespace: UltimateXR.Avatar
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public bool IsPrefabCompatibleWith(
UxrAvatar avatar
)
Parameters
- avatar
- Type: UltimateXR.Avatar.UxrAvatar
Avatar instance or prefab. If it is an instance, it will be checked against the instance’s prefab
Return Value
Type: Boolean
Whether the avatar shares the same prefab or is a prefab variant