SceneInfoUtils.OnPostProcessScene Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for all components in a scene and refreshes any SceneInfo fields found.
public:
static void OnPostProcessScene();
[UnityEditor.Callbacks.PostProcessScene]
public static void OnPostProcessScene ();
[<UnityEditor.Callbacks.PostProcessScene>]
static member OnPostProcessScene : unit -> unit
Public Shared Sub OnPostProcessScene ()
- Attributes
-
UnityEditor.Callbacks.PostProcessSceneAttribute