PostProcessSceneAttribute.PostProcessSceneAttribute Manual     Reference     Scripting  
Scripting > Editor Classes > PostProcessSceneAttribute
PostProcessSceneAttribute.PostProcessSceneAttribute

static function PostProcessSceneAttribute () : PostProcessSceneAttribute

Description

Add this attribute to a method to get a notification just before building the scene (default order).

static function PostProcessSceneAttribute (postprocessOrder : int) : PostProcessSceneAttribute

Description

Add this attribute to a method to get a notification just before building the scene with order.

You can sort in which order postprocessors are executed. Smaller priorities will be imported first. Unity's own postprocessing will have order 0