Version 3.3.0.2

PrefabKind enum

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
[Flags]
public enum PrefabKind
The prefab kind returned by

Values

All
All kinds
InstanceInPrefab
Instances of prefabs nested inside other prefabs.
InstanceInScene
Instances of prefabs in scenes.
None
None.
NonPrefabInstance
Non-prefab component or gameobject instances in scenes.
PrefabAsset
Prefab assets and prefab variant assets.
PrefabInstance
Instances of regular prefabs, and prefab variants in scenes or nested in other prefabs.
PrefabInstanceAndNonPrefabInstance
Prefab Instances, as well as non-prefab instances.
Regular
Regular prefab assets.
Variant
Prefab variant assets.