ExtendedMaterial.Material3D Property

Language:

Retrieves or sets the Material structure that describes the material properties.

Definition

Visual Basic Public Property Material3D As Material
C# public Material Material3D { get; set; }
C++ public:
property Material Material3D {
        Material get();
        void set(Material value);
}
JScript public function get Material3D() : Material
public function set Material3D(Material);

Property Value

Microsoft.DirectX.Direct3D.Material
A Material structure that describes the material properties.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center