MaterialPropertyEffectData
Inherits from PhysicsMaterialRelationPropertyData
Summary
Constructors
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
Static members
typeInfo
The type information for the MaterialPropertyEffectData type.