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