Unity/코드 예제들
bloom 껐다 켜기
소나무꼴
2022. 6. 22. 12:23
_postProcessVolume.profile.TryGet<Bloom>(out var tmp);
tmp.active = !tmp.active;