Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
HideInspector
Browse files Browse the repository at this point in the history
  • Loading branch information
murasaqi committed Nov 7, 2021
1 parent cc94698 commit d76975a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CameraSwitcherControlTrack : TrackAsset
[HideInInspector]public bool fixMissingPrefabByCameraName = false;
[SerializeField] private Vector2 m_resolution = new Vector2(1920,1080);
[SerializeField] private RenderTextureFormat m_renderTextureFormat;
[SerializeField] private CameraSwitcherSettings m_cameraSwitcherSettings;
[HideInInspector][SerializeField] private CameraSwitcherSettings m_cameraSwitcherSettings;
public DepthList m_depth;

private CameraSwitcherControlMixerBehaviour _cameraSwitcherControlMixerBehaviour;
Expand Down

0 comments on commit d76975a

Please sign in to comment.