UnityEditor.MaterialEditor.DoesPreviewAllowRotation C# (CSharp) Méthode

DoesPreviewAllowRotation() private static méthode

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