Enum CachedSearchType
Describes where the initial list of components should be built from.
Namespace: Unity.XR.CoreUtils
Assembly: Unity.XR.CoreUtils.dll
Syntax
[Flags]
public enum CachedSearchType
Fields
| Name | Description |
|---|---|
| Children | Search in children. |
| Parents | Search in parents. |
| Self | Search on self. |