Class SystemVersionUsageAttribute
Use this attribute on fields and properties of type
Namespace: Unity.Properties.UI
Syntax
public class SystemVersionUsageAttribute : InspectorAttribute
Constructors
SystemVersionUsageAttribute(SystemVersionUsage)
Constructs a new instance of SystemVersionUsageAttribute with the provided usage.
Declaration
public SystemVersionUsageAttribute(SystemVersionUsage usage = default(SystemVersionUsage))
Parameters
| Type | Name | Description |
|---|---|---|
| SystemVersionUsage | usage | The indented usage of the |
Properties
IncludeBuild
Return true if the
Declaration
public bool IncludeBuild { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IncludeRevision
Return true if the
Declaration
public bool IncludeRevision { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Usage
Returns the information about how a
Declaration
public SystemVersionUsage Usage { get; }
Property Value
| Type | Description |
|---|---|
| SystemVersionUsage |