MaterialRelationPenetrationData

Inherits from PhysicsPropertyRelationPropertyData

Summary

Constructors

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

Properties

Name Type
neverPenetrate bool

Static members

Name Type
MaterialRelationPenetrationData.typeInfo TypeInformation

Constructors

MaterialRelationPenetrationData

MaterialRelationPenetrationData()

Creates a new MaterialRelationPenetrationData frostbite instance.

MaterialRelationPenetrationData

MaterialRelationPenetrationData(guid: Guid)

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

Parameters

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

MaterialRelationPenetrationData

MaterialRelationPenetrationData(other: PhysicsPropertyRelationPropertyData)

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

Parameters

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

MaterialRelationPenetrationData

MaterialRelationPenetrationData(other: MaterialRelationPropertyData)

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

Parameters

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

MaterialRelationPenetrationData

MaterialRelationPenetrationData(other: DataContainer)

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

Parameters

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

Properties

neverPenetrate

bool

Static members

typeInfo

TypeInformation

The type information for the MaterialRelationPenetrationData type.

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