Enum CachedSearchType
Describes where the initial list of components should be built from
Namespace: Unity.XRTools.Utils
Syntax
public enum CachedSearchType : int
Fields
| Name | Description | Value |
|---|---|---|
| Children | Search in children |
|
| Parents | Search in parents |
|
| Self | Search on self |