MaterialRelationEffectData
Inherits from PhysicsMaterialRelationPropertyData
Summary
Constructors
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
impactDebris
impactEffectMaxSpreadAngle
float
mirrorImpactDirection
bool
Static members
typeInfo
The type information for the MaterialRelationEffectData type.