MaterialRelationDecalData
Inherits from PhysicsMaterialRelationPropertyData
Summary
Constructors
Properties
Name | Type |
---|---|
decal | DecalTemplateData | nil |
Static members
Name | Type |
---|---|
MaterialRelationDecalData.typeInfo | TypeInformation |
Constructors
MaterialRelationDecalData
MaterialRelationDecalData()
Creates a new MaterialRelationDecalData frostbite instance.
MaterialRelationDecalData
MaterialRelationDecalData(guid: Guid)
Creates a new MaterialRelationDecalData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MaterialRelationDecalData
MaterialRelationDecalData(other: PhysicsMaterialRelationPropertyData)
Casts an instance of type PhysicsMaterialRelationPropertyData to MaterialRelationDecalData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PhysicsMaterialRelationPropertyData | The instance to cast to MaterialRelationDecalData. |
MaterialRelationDecalData
MaterialRelationDecalData(other: MaterialRelationPropertyData)
Casts an instance of type MaterialRelationPropertyData to MaterialRelationDecalData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MaterialRelationPropertyData | The instance to cast to MaterialRelationDecalData. |
MaterialRelationDecalData
MaterialRelationDecalData(other: DataContainer)
Casts an instance of type DataContainer to MaterialRelationDecalData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MaterialRelationDecalData. |
Properties
decal
DecalTemplateData | nil
Static members
typeInfo
The type information for the MaterialRelationDecalData type.