MaterialRelationVehicleData
Inherits from PhysicsMaterialRelationPropertyData
Summary
Constructors
Properties
Name | Type |
---|---|
chassiEffect | EffectBlueprint | nil |
trackEffect | EffectBlueprint | nil |
wheelEffect | EffectBlueprint | nil |
groundEffect | EffectBlueprint | nil |
Static members
Name | Type |
---|---|
MaterialRelationVehicleData.typeInfo | TypeInformation |
Constructors
MaterialRelationVehicleData
MaterialRelationVehicleData()
Creates a new MaterialRelationVehicleData frostbite instance.
MaterialRelationVehicleData
MaterialRelationVehicleData(guid: Guid)
Creates a new MaterialRelationVehicleData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MaterialRelationVehicleData
MaterialRelationVehicleData(other: PhysicsMaterialRelationPropertyData)
Casts an instance of type PhysicsMaterialRelationPropertyData to MaterialRelationVehicleData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PhysicsMaterialRelationPropertyData | The instance to cast to MaterialRelationVehicleData. |
MaterialRelationVehicleData
MaterialRelationVehicleData(other: MaterialRelationPropertyData)
Casts an instance of type MaterialRelationPropertyData to MaterialRelationVehicleData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MaterialRelationPropertyData | The instance to cast to MaterialRelationVehicleData. |
MaterialRelationVehicleData
MaterialRelationVehicleData(other: DataContainer)
Casts an instance of type DataContainer to MaterialRelationVehicleData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MaterialRelationVehicleData. |
Properties
chassiEffect
EffectBlueprint | nil
trackEffect
EffectBlueprint | nil
wheelEffect
EffectBlueprint | nil
groundEffect
EffectBlueprint | nil
Static members
typeInfo
The type information for the MaterialRelationVehicleData type.