UxrAvatarComponent<T>.AllComponentsInAvatar Property

Gets all the components, enabled of not, of this specific type that belong to this instance of the avatar.

Namespace: UltimateXR.Core.Components.Composite
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public IEnumerable<T> AllComponentsInAvatar { get; }

Property Value

Type: IEnumerable(T)

Remarks

Components that have never been enabled are not returned. Components are automatically registered through their Awake() call, which is never called if the object has never been enabled. In this case it is recommended to resort to GetComponentsInChildren``1(Boolean).

See Also

Reference

UxrAvatarComponent<T> Class
UltimateXR.Core.Components.Composite Namespace