PhysicsPropertyRelationPropertyData
Inherits from MaterialRelationPropertyData
Summary
Constructors
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
The type information for the PhysicsPropertyRelationPropertyData type.