In general, you can simply drag and drop a component into the graph editor and doing so will open up a popup with things you can do with that said component (methods, properties, fields, events etc). With that said however, the Post Processing Stack API is quite complex in the backend and it does not really have any public field/property that simplifies setting the “intensity” of an effect for example. You will instead have to get the profile in use first and then use the AddSettings or RemoveSettings methods (exactly the same way that your would have done in code). As such, I won’t really recommend doing this for this exact use case with Post Processing Stack as it can get quite complex (due to the Post Processing Stack API), but please remember that drag and dropping anything into the graph editor, will pop up a menu for you to utilize any public field, property, method or event that the dragged object has.
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.