Namespace Homa.Sdk.Foundation.Editor
Classes
- EditorTargetDirectory
Abstracts common editor directories and provides os-rooted paths based on the OS and the platform.
- TypeBrowserWindow
Editor window that allows the user to select a type from a list of types.
- TypeField
A dropdown for switching between Type values.
- TypeStringField
A dropdown for switching between Type values as string with Type FullName.
- UnityProjectInfo
Provides thread-safe access to Unity properties which are static, but for some reason call engine code and can only be called from main thread. Contrary to ApplicationInfo this class provides information that is only relevant for Editor code