Version: 2021.2
언어: 한국어

SceneCullingMasks

class in UnityEditor.SceneManagement

매뉴얼로 전환

설명

Masks that control what kind of Scene views and Game views Unity should render a GameObject in.

You can set masks on Scenes via EditorSceneManager.SetSceneCullingMask and on render batches via BatchRendererGroup.AddBatch.

정적 변수

DefaultSceneCullingMaskSpecifies the default culling mask for a Scene. Use the bits from this Scene culling mask for objects that you want to render in both in the Game view and the Scene view.
GameViewObjectsThe bits from this mask specify GameObjects that Unity should render in Game view.
MainStageSceneViewObjectsThe bits from this mask specify GameObjects that Unity should render in Scene views showing the main stage.