MaterialRelationEffectData

Inherits from PhysicsMaterialRelationPropertyData

Summary

Constructors

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

Properties

Name Type
impactEffects EffectBlueprint[]
impactDebris ObjectBlueprint[]
impactEffectMaxSpreadAngle float
mirrorImpactDirection bool

Static members

Name Type
MaterialRelationEffectData.typeInfo TypeInformation

Constructors

MaterialRelationEffectData

MaterialRelationEffectData()

Creates a new MaterialRelationEffectData frostbite instance.

MaterialRelationEffectData

MaterialRelationEffectData(guid: Guid)

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

Parameters

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

MaterialRelationEffectData

MaterialRelationEffectData(other: PhysicsMaterialRelationPropertyData)

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

Parameters

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

MaterialRelationEffectData

MaterialRelationEffectData(other: MaterialRelationPropertyData)

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

Parameters

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

MaterialRelationEffectData

MaterialRelationEffectData(other: DataContainer)

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

Parameters

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

Properties

impactEffects

EffectBlueprint[]

impactDebris

ObjectBlueprint[]

impactEffectMaxSpreadAngle

float

mirrorImpactDirection

bool

Static members

typeInfo

TypeInformation

The type information for the MaterialRelationEffectData type.

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