Click or drag to resize

MaterialBaseHasTexture Property

Gets a value indicating whether this instance has texture.

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract bool HasTexture { get; }

Property Value

Boolean
true if this instance has a texture; otherwise, false.

Implements

IMaterialHasTexture
See Also