Struct LabelProperties
The properties of an ILabel.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct LabelProperties
Properties
AuthoringInfo
The authoring information for the label.
Declaration
public readonly AuthoringInfo AuthoringInfo { get; }
Property Value
Type | Description |
---|---|
AuthoringInfo |
Description
The description of the label.
Declaration
public readonly string Description { get; }
Property Value
Type | Description |
---|---|
string |
DisplayColor
The color of the label.
Declaration
public readonly Color? DisplayColor { get; }
Property Value
Type | Description |
---|---|
Color? |
IsAssignable
Whether the label can be manually assigned to an asset.
Declaration
public readonly bool IsAssignable { get; }
Property Value
Type | Description |
---|---|
bool |
IsSystemLabel
Whether the label is a system label.
Declaration
public readonly bool IsSystemLabel { get; }
Property Value
Type | Description |
---|---|
bool |