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