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