Namespace: Esri::GameEngine::Layers
Class: Esri/GameEngine/Layers/ArcGISIntegratedMeshLayer
Since: 1.0.0
Inheritance: ArcGISLayer->ArcGISIntegratedMeshLayer
Summary
Public class that will contain a layer with an integrated mesh inside.
Constructors
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
MaterialReference | U | No | No | The user-defined material reference to render the layer. |
MeshModifications | ArcGISCollection<ArcGISMeshModification> | No | No | A mutable collection of ArcGISMeshModification to apply to the layer. |
MaterialReference
UMaterialInterface* GetMaterialReference() const
void SetMaterialReference(UMaterialInterface* materialReference)
The user-defined material reference to render the layer.
This is required to be set before the layer is loaded or an error will occur.
MeshModifications
ArcGISCollection<ArcGISMeshModification> GetMeshModifications() const
void SetMeshModifications(const ArcGISCollection<ArcGISMeshModification>& meshModifications)
A mutable collection of ArcGISMeshModification to apply to the layer.