UnityEditor.MaterialEditor.DoesPreviewAllowRotation C# (CSharp) Method

DoesPreviewAllowRotation() private static method

private static DoesPreviewAllowRotation ( PreviewType type ) : bool
type PreviewType
return bool
        private static bool DoesPreviewAllowRotation(PreviewType type)
        {
            return (type != PreviewType.Plane);
        }
MaterialEditor