Share via


SpotLight.OuterConeAngle 속성

정의

SpotLight의 외부 원뿔 각도는 라디안의 반 수직 각도로 표현됩니다. 애니메이션을 적용할 수 있습니다.

public:
 property float OuterConeAngle { float get(); void set(float value); };
float OuterConeAngle();

void OuterConeAngle(float value);
public float OuterConeAngle { get; set; }
var single = spotLight.outerConeAngle;
spotLight.outerConeAngle = single;
Public Property OuterConeAngle As Single

속성 값

Single

float

SpotLight의 외부 원뿔 각도는 라디안의 반 수직 각도로 표현됩니다. 값은 0과 pi 사이여야 합니다.

예제

_spotLight.OuterConeAngle = (float)(Math.PI/2); 

설명

스포트라이트에서 방출되는 빛은 밝은 내부 원뿔과 더 큰 외부 원뿔로 구성되며, 둘 사이에는 조명 강도가 감소합니다.

**OuterConeAngle**

이 InnerConeAngle 매개 변수에 바인딩되지 않습니다.

적용 대상