SetSceneCullingMask(Scene, ulong)
Set the culling mask on this scene to this value. Cameras will only render objects in Scenes that have the same bits set in their culling mask.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor
public static void SetSceneCullingMask(Scene scene, ulong sceneCullingMask)