Enum SystemVersionUsage
Defines the different mode of display for the Version type.
Namespace: Unity.Properties.UI
Assembly: Unity.Properties.UI.dll
Syntax
public enum SystemVersionUsage
Fields
| Name | Description |
|---|---|
| MajorMinor | The inspector should only show the major and minor version numbers. |
| MajorMinorBuild | The inspector should only show the major, minor and build version numbers. |
| MajorMinorBuildRevision | The inspector should show the major, minor, build and revision version numbers. |