SpotLight.OuterConeAngleInDegrees Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Angle semi-vertical, en degrés, du cône externe du SpotLight. Animatable.
public:
property float OuterConeAngleInDegrees { float get(); void set(float value); };
float OuterConeAngleInDegrees();
void OuterConeAngleInDegrees(float value);
public float OuterConeAngleInDegrees { get; set; }
var single = spotLight.outerConeAngleInDegrees;
spotLight.outerConeAngleInDegrees = single;
Public Property OuterConeAngleInDegrees As Single
Valeur de propriété
Single
float
Angle semi-vertical, en degrés, du cône externe du SpotLight.
Remarques
La lumière émise par un projecteur est composée d’un cône intérieur brillant et d’un cône externe plus grand, l’intensité de la lumière diminuant entre les deux.