UnityEditor.ParticleSystemInspector.ShouldShowInspector C# (CSharp) Method

ShouldShowInspector() private method

private ShouldShowInspector ( ) : bool
return bool
        private bool ShouldShowInspector()
        {
            ParticleSystemWindow instance = ParticleSystemWindow.GetInstance();
            return (((instance == null) || !instance.IsVisible()) || !this.selectedInParticleSystemWindow);
        }