Share via


SceneLightingEffect.AmbientAmount 속성

정의

효과에 사용되는 미리 정의된 AmbientLight의 비율입니다.

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

void AmbientAmount(float value);
public float AmbientAmount { get; set; }
var single = sceneLightingEffect.ambientAmount;
sceneLightingEffect.ambientAmount = single;
Public Property AmbientAmount As Single

속성 값

Single

float

효과에 사용되는 미리 정의된 AmbientLight의 비율입니다. 값은 0.0에서 1.0 사이로 설정해야 합니다.

적용 대상