UICreditsCompData
Inherits from UIComponentData
Summary
Constructors
UICreditsCompData() |
UICreditsCompData(guid: Guid) |
UICreditsCompData(other: UIComponentData) |
UICreditsCompData(other: Asset) |
UICreditsCompData(other: DataContainer) |
Static members
Name | Type |
---|---|
UICreditsCompData.typeInfo | TypeInformation |
Constructors
UICreditsCompData
UICreditsCompData()
Creates a new UICreditsCompData frostbite instance.
UICreditsCompData
UICreditsCompData(guid: Guid)
Creates a new UICreditsCompData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UICreditsCompData
UICreditsCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UICreditsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIComponentData | The instance to cast to UICreditsCompData. |
UICreditsCompData
UICreditsCompData(other: Asset)
Casts an instance of type Asset to UICreditsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to UICreditsCompData. |
UICreditsCompData
UICreditsCompData(other: DataContainer)
Casts an instance of type DataContainer to UICreditsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UICreditsCompData. |
Static members
typeInfo
The type information for the UICreditsCompData type.