MaterialPropertyImpulseData

Inherits from PhysicsPropertyRelationPropertyData

Summary

Constructors

MaterialPropertyImpulseData()
MaterialPropertyImpulseData(guid: Guid)
MaterialPropertyImpulseData(other: PhysicsPropertyRelationPropertyData)
MaterialPropertyImpulseData(other: MaterialRelationPropertyData)
MaterialPropertyImpulseData(other: DataContainer)

Properties

Name Type
impulseAbsorptionMultiplier float

Static members

Name Type
MaterialPropertyImpulseData.typeInfo TypeInformation

Constructors

MaterialPropertyImpulseData

MaterialPropertyImpulseData()

Creates a new MaterialPropertyImpulseData frostbite instance.

MaterialPropertyImpulseData

MaterialPropertyImpulseData(guid: Guid)

Creates a new MaterialPropertyImpulseData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

MaterialPropertyImpulseData

MaterialPropertyImpulseData(other: PhysicsPropertyRelationPropertyData)

Casts an instance of type PhysicsPropertyRelationPropertyData to MaterialPropertyImpulseData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PhysicsPropertyRelationPropertyData The instance to cast to MaterialPropertyImpulseData.

MaterialPropertyImpulseData

MaterialPropertyImpulseData(other: MaterialRelationPropertyData)

Casts an instance of type MaterialRelationPropertyData to MaterialPropertyImpulseData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MaterialRelationPropertyData The instance to cast to MaterialPropertyImpulseData.

MaterialPropertyImpulseData

MaterialPropertyImpulseData(other: DataContainer)

Casts an instance of type DataContainer to MaterialPropertyImpulseData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to MaterialPropertyImpulseData.

Properties

impulseAbsorptionMultiplier

float

Static members

typeInfo

TypeInformation

The type information for the MaterialPropertyImpulseData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)