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