I currently trying to create a Polygon using the Fade material from https://cesiumjs.org/Cesium/Build/Documentation/Material.html
However PolygonGraphics (https://cesiumjs.org/Cesium/Build/Documentation/PolygonGraphics.html) defines material as MaterialProperty which can only be one of the following...
ColorMaterialProperty
CompositeMaterialProperty
GridMaterialProperty
ImageMaterialProperty
PolylineGlowMaterialProperty
PolylineOutlineMaterialProperty
StripeMaterialProperty
Is there anyway to pass a fabric notation material into a entity construct or do I have to create a class similar to ColorMaterialProperty and implement getType() etc. myself?