SpotLightComponent.FalloffExponent 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
안쪽과 바깥쪽 원뿔 각도 사이의 조명 폴오프 강도입니다.
public:
property float FalloffExponent { float get(); void set(float value); };
public float FalloffExponent { get; set; }
member this.FalloffExponent : single with get, set
Public Property FalloffExponent As Single
속성 값
설명
값이 클수록 전환이 더 선명합니다. 기본값 1.0은 선형 전환이 발생합니다.
InvalidParam 값이 [0.01; 256] 범위를 벗어나면 오류가 발생합니다.