Version 3.3.0.1

OdinInspectorVersion class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public static class OdinInspectorVersion
Installed Odin Inspector Version Info.
Inheritance
  • System.Object
  • OdinInspectorVersion

Properties

BuildName
Gets the name of the current running version of Odin Inspector.
public static string BuildName { get; }
HasLicensee
public static bool HasLicensee { get; }
IsEnterprise
Whether the current version of Odin is an enterprise version.
public static bool IsEnterprise { get; }
Licensee
public static string Licensee { get; }
Version
Gets the current running version of Odin Inspector.
public static string Version { get; }