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