UnityEditor.MaterialEditor.DoesPreviewAllowRotation C# (CSharp) 메소드

DoesPreviewAllowRotation() 개인적인 정적인 메소드

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