SphericalHarmonicMaterial.IsMirror Property

Language:

Determines whether the material is a mirror.

Definition

Visual Basic Public Property IsMirror As Boolean
C# public bool IsMirror { get; set; }
C++ public:
property bool IsMirror {
        bool get();
        void set(bool value);
}
JScript public function get IsMirror() : boolean
public function set IsMirror(boolean);

Property Value

System.Boolean
Must be set to false. A setting of true is not currently supported.

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