| PrimitiveCastShadows Property |
Gets or sets wheather this geometry can cast shadow
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool CastShadows { get; set; }Public Property CastShadows As Boolean
Get
Set
public:
property bool CastShadows {
bool get ();
void set (bool value);
}member CastShadows : bool with get, set
Property Value
Type:
Boolean
See Also