MaterialRelationTerrainDestructionData

Inherits from PhysicsPropertyRelationPropertyData

Summary

Constructors

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

Properties

Name Type
width float
depth float

Static members

Name Type
MaterialRelationTerrainDestructionData.typeInfo TypeInformation

Constructors

MaterialRelationTerrainDestructionData

MaterialRelationTerrainDestructionData()

Creates a new MaterialRelationTerrainDestructionData frostbite instance.

MaterialRelationTerrainDestructionData

MaterialRelationTerrainDestructionData(guid: Guid)

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

Parameters

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

MaterialRelationTerrainDestructionData

MaterialRelationTerrainDestructionData(other: PhysicsPropertyRelationPropertyData)

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

Parameters

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

MaterialRelationTerrainDestructionData

MaterialRelationTerrainDestructionData(other: MaterialRelationPropertyData)

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

Parameters

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

MaterialRelationTerrainDestructionData

MaterialRelationTerrainDestructionData(other: DataContainer)

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

Parameters

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

Properties

width

float

depth

float

Static members

typeInfo

TypeInformation

The type information for the MaterialRelationTerrainDestructionData type.

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