PhysicsPropertyRelationPropertyData

Inherits from MaterialRelationPropertyData

Summary

Constructors

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

Static members

Name Type
PhysicsPropertyRelationPropertyData.typeInfo TypeInformation

Constructors

PhysicsPropertyRelationPropertyData

PhysicsPropertyRelationPropertyData()

Creates a new PhysicsPropertyRelationPropertyData frostbite instance.

PhysicsPropertyRelationPropertyData

PhysicsPropertyRelationPropertyData(guid: Guid)

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

Parameters

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

PhysicsPropertyRelationPropertyData

PhysicsPropertyRelationPropertyData(other: MaterialRelationPropertyData)

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

Parameters

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

PhysicsPropertyRelationPropertyData

PhysicsPropertyRelationPropertyData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the PhysicsPropertyRelationPropertyData type.

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