Partager via


RenderStateManager.Lighting, propriété

Mise à jour : novembre 2007

Active ou désactive l'éclairage Direct3D.

Espace de noms :  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly :  Microsoft.WindowsMobile.DirectX (dans Microsoft.WindowsMobile.DirectX.dll)

Syntaxe

'Déclaration
Public Property Lighting As Boolean
'Utilisation
Dim instance As RenderStateManager
Dim value As Boolean

value = instance.Lighting

instance.Lighting = value
public bool Lighting { get; set; }
public:
property bool Lighting {
    bool get ();
    void set (bool value);
}
public function get Lighting () : boolean
public function set Lighting (value : boolean)

Valeur de propriété

Type : System.Boolean

true si l'éclairage Direct3D est activé ; sinon, false.

Autorisations

Plateformes

Windows CE, Windows Mobile pour Smartphone, Windows Mobile pour Pocket PC

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Compact Framework

Pris en charge dans : 3.5, 2.0

Voir aussi

Référence

RenderStateManager, classe

Membres RenderStateManager

Microsoft.WindowsMobile.DirectX.Direct3D, espace de noms