MaterialPropertyEffectData

Inherits from PhysicsMaterialRelationPropertyData

Summary

Constructors

MaterialPropertyEffectData()
MaterialPropertyEffectData(guid: Guid)
MaterialPropertyEffectData(other: PhysicsMaterialRelationPropertyData)
MaterialPropertyEffectData(other: MaterialRelationPropertyData)
MaterialPropertyEffectData(other: DataContainer)

Properties

Name Type
impactEffects EffectBlueprint[]

Static members

Name Type
MaterialPropertyEffectData.typeInfo TypeInformation

Constructors

MaterialPropertyEffectData

MaterialPropertyEffectData()

Creates a new MaterialPropertyEffectData frostbite instance.

MaterialPropertyEffectData

MaterialPropertyEffectData(guid: Guid)

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

Parameters

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

MaterialPropertyEffectData

MaterialPropertyEffectData(other: PhysicsMaterialRelationPropertyData)

Casts an instance of type PhysicsMaterialRelationPropertyData to MaterialPropertyEffectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PhysicsMaterialRelationPropertyData The instance to cast to MaterialPropertyEffectData.

MaterialPropertyEffectData

MaterialPropertyEffectData(other: MaterialRelationPropertyData)

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

Parameters

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

MaterialPropertyEffectData

MaterialPropertyEffectData(other: DataContainer)

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

Parameters

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

Properties

impactEffects

EffectBlueprint[]

Static members

typeInfo

TypeInformation

The type information for the MaterialPropertyEffectData type.

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