UIColorTemplate
Inherits from Asset
Summary
Constructors
UIColorTemplate() |
UIColorTemplate(guid: Guid) |
UIColorTemplate(other: Asset) |
UIColorTemplate(other: DataContainer) |
Properties
Name | Type |
---|---|
colors | UIColor[] |
active | bool |
Static members
Name | Type |
---|---|
UIColorTemplate.typeInfo | TypeInformation |
Constructors
UIColorTemplate
UIColorTemplate()
Creates a new UIColorTemplate frostbite instance.
UIColorTemplate
UIColorTemplate(guid: Guid)
Creates a new UIColorTemplate frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIColorTemplate
UIColorTemplate(other: Asset)
Casts an instance of type Asset to UIColorTemplate. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to UIColorTemplate. |
UIColorTemplate
UIColorTemplate(other: DataContainer)
Casts an instance of type DataContainer to UIColorTemplate. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIColorTemplate. |
Properties
colors
UIColor[]
active
bool
Static members
typeInfo
The type information for the UIColorTemplate type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)